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: #f7c6a1;
}
.color-3 {
color: #f1e3d5;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #1f3b4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c6a1;
--color-3: #f1e3d5;
--color-4: #609d9f;
--color-5: #1f3b4d;
}

Coral Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c6a1, #f1e3d5, #609d9f, #1f3b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c6a1, #f1e3d5, #609d9f, #1f3b4d);
}

Coral Dream color palette created on .