Sundrenched Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sundrenched Whispers palette

Share this palette to:

Sundrenched Whispers color palette CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f9a824;
}
.color-3 {
color: #f7c6a6;
}
.color-4 {
color: #f25c5a;
}
.color-5 {
color: #d8315b;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f9a824;
--color-3: #f7c6a6;
--color-4: #f25c5a;
--color-5: #d8315b;
}

Sundrenched Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f9a824, #f7c6a6, #f25c5a, #d8315b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f9a824, #f7c6a6, #f25c5a, #d8315b);
}

Sundrenched Whispers color palette created on .