Cinematic Sunset Color Palette
Discover the beautiful Cinematic Sunset color palette featuring jon (#3b1c1c), tuscany (#c74b29), web orange (#f0a800), sandwisp (#f6e4a2) and kashmir blue (#4a6a8c).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Cinematic Sunset palette
๐ป Cinematic Sunset color palette CSS
/* CSS */
.color-1 {
color: #3b1c1c;
}
.color-2 {
color: #c74b29;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #f6e4a2;
}
.color-5 {
color: #4a6a8c;
}
/* CSS Variables */
:root {
--color-1: #3b1c1c;
--color-2: #c74b29;
--color-3: #f0a800;
--color-4: #f6e4a2;
--color-5: #4a6a8c;
} ๐ Cinematic Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b1c1c, #c74b29, #f0a800, #f6e4a2, #4a6a8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b1c1c, #c74b29, #f0a800, #f6e4a2, #4a6a8c);
} ๐ Explore similar color palettes
Cinematic Sunset color palette created on .