Coral Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Whisper palette

Share this palette to:

Coral Whisper color palette CSS

/* CSS */
.color-1 {
color: #f4d2c3;
}
.color-2 {
color: #f5b2a3;
}
.color-3 {
color: #f79d8d;
}
.color-4 {
color: #f68c6f;
}
.color-5 {
color: #f58051;
}

/* CSS Variables */
:root {
--color-1: #f4d2c3;
--color-2: #f5b2a3;
--color-3: #f79d8d;
--color-4: #f68c6f;
--color-5: #f58051;
}

Coral Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d2c3, #f5b2a3, #f79d8d, #f68c6f, #f58051);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d2c3, #f5b2a3, #f79d8d, #f68c6f, #f58051);
}

Coral Whisper color palette created on .