Coral Sunrise Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coral Sunrise Dream palette

Share this palette to:

Coral Sunrise Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b70;
}
.color-3 {
color: #ffbd8a;
}
.color-4 {
color: #ffe08a;
}
.color-5 {
color: #ffc29e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b70;
--color-3: #ffbd8a;
--color-4: #ffe08a;
--color-5: #ffc29e;
}

Coral Sunrise Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b70, #ffbd8a, #ffe08a, #ffc29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b70, #ffbd8a, #ffe08a, #ffc29e);
}

Coral Sunrise Dream color palette created on .