Ocean Breeze With Rubin Red
About This Color Palette
Let’s use Rubin Red ( #D50032 ) and create two variations of this color with different opacities. A common way to represent opacity is by using RGBA values, but I’ll keep it in hex format for consistency.
For the two variations:
- Rubin Red with full opacity: #D50032
- Rubin Red with reduced opacity: #D50032 at 50% opacity can be represented as #D50032 with a transparent background.
However, since hex codes do not directly represent opacity, I’ll provide a new color palette that includes Rubin Red and a lighter version to depict the feeling of reduced opacity.
Here’s the updated color palette:
json
{
"palette_name": "Ocean Breeze with Rubin Red",
"colors": [
{
"name": "Deep Sky Blue",
"hex_code": "
#3674BA
"
},
{
"name": "Sky Blue",
"hex_code": "
#458FCD
"
},
{
"name": "Light Sky Blue",
"hex_code": "
#61B2E3
"
},
{
"name": "Pale Sky Blue",
"hex_code": "
#9FCCEB
"
},
{
"name": "Soft Blue",
"hex_code": "
#7AA9DA
"
},
{
"name": "Cool Blue",
"hex_code": "
#589BD3
"
},
{
"name": "Rubin Red (Opaque)",
"hex_code": "
#D50032
"
},
{
"name": "Rubin Red (Lightened)",
"hex_code": "
#FF7F7F
"
}
]
}
In this palette, “Rubin Red (Opaque)” maintains the full richness of the color, while “Rubin Red (Lightened)” offers a softer touch, reminiscent of a lighter opacity.
What do you think of this configuration? Would you like to see additional options or modifications?