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