Coral Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Coral Dream Color Palette (PNG)
Coral Dream color palette CSS
/* CSS */
.color-1 {
color: #ff8b6b;
}
.color-2 {
color: #ffb580;
}
.color-3 {
color: #ffcdad;
}
.color-4 {
color: #fadfcc;
}
.color-5 {
color: #f6c5ac;
}
/* CSS Variables */
:root {
--color-1: #ff8b6b;
--color-2: #ffb580;
--color-3: #ffcdad;
--color-4: #fadfcc;
--color-5: #f6c5ac;
}
Coral Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b6b, #ffb580, #ffcdad, #fadfcc, #f6c5ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b6b, #ffb580, #ffcdad, #fadfcc, #f6c5ac);
}
Similar color palettes
Coral Dream color palette created on .