Karry's Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Karry's Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Karry's Sunset Color Palette (PNG)
Karry's Sunset color palette CSS
/* CSS */
.color-1 {
color: #ffebd6;
}
.color-2 {
color: #ffb699;
}
.color-3 {
color: #ff7a66;
}
.color-4 {
color: #f46c57;
}
.color-5 {
color: #d9513f;
}
/* CSS Variables */
:root {
--color-1: #ffebd6;
--color-2: #ffb699;
--color-3: #ff7a66;
--color-4: #f46c57;
--color-5: #d9513f;
}
Karry's Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebd6, #ffb699, #ff7a66, #f46c57, #d9513f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebd6, #ffb699, #ff7a66, #f46c57, #d9513f);
}
Similar color palettes
Karry's Sunset color palette created on .