Coral Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Dream palette

Share this palette to:

Coral Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f0b67f;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #89990f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f0b67f;
--color-3: #f5e0a3;
--color-4: #a8d3e1;
--color-5: #89990f;
}

Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f0b67f, #f5e0a3, #a8d3e1, #89990f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f0b67f, #f5e0a3, #a8d3e1, #89990f);
}

Coral Dream color palette created on .