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: #f7c5a1;
}
.color-2 {
color: #f9bba4;
}
.color-3 {
color: #f68e7e;
}
.color-4 {
color: #f05a28;
}
.color-5 {
color: #c94c36;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f9bba4;
--color-3: #f68e7e;
--color-4: #f05a28;
--color-5: #c94c36;
}
Coral Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f9bba4, #f68e7e, #f05a28, #c94c36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f9bba4, #f68e7e, #f05a28, #c94c36);
}
Similar color palettes
Coral Sunrise color palette created on .