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: #f7e1a1;
}
.color-2 {
color: #fbbf9d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4938;
}
.color-5 {
color: #d7376a;
}

/* CSS Variables */
:root {
--color-1: #f7e1a1;
--color-2: #fbbf9d;
--color-3: #ff6e61;
--color-4: #ff4938;
--color-5: #d7376a;
}

Sundrenched Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e1a1, #fbbf9d, #ff6e61, #ff4938, #d7376a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e1a1, #fbbf9d, #ff6e61, #ff4938, #d7376a);
}

Sundrenched Whispers color palette created on .