Coral Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Sunrise palette
Coral Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff9b80;
}
.color-3 {
color: #ffd5b8;
}
.color-4 {
color: #ffe8b3;
}
.color-5 {
color: #ffeac2;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff9b80;
--color-3: #ffd5b8;
--color-4: #ffe8b3;
--color-5: #ffeac2;
}
Coral Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff9b80, #ffd5b8, #ffe8b3, #ffeac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff9b80, #ffd5b8, #ffe8b3, #ffeac2);
}
Similar color palettes
Coral Sunrise color palette created on .