Sunset Whisper Palette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Whisper Palette palette

Share this palette to:

Sunset Whisper Palette color palette CSS

/* CSS */
.color-1 {
color: #dfbc9f;
}
.color-2 {
color: #ca974e;
}
.color-3 {
color: #a4928e;
}
.color-4 {
color: #c24785;
}
.color-5 {
color: #77635f;
}

/* CSS Variables */
:root {
--color-1: #dfbc9f;
--color-2: #ca974e;
--color-3: #a4928e;
--color-4: #c24785;
--color-5: #77635f;
}

Sunset Whisper Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfbc9f, #ca974e, #a4928e, #c24785, #77635f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfbc9f, #ca974e, #a4928e, #c24785, #77635f);
}

Similar color palettes

Sunset Whisper Palette color palette created on .