Coral Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Sunshine palette
Coral Sunshine color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #6dd06e;
}
.color-5 {
color: #00bdd6;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #ffec3d;
--color-4: #6dd06e;
--color-5: #00bdd6;
}
Coral Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #ffec3d, #6dd06e, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #ffec3d, #6dd06e, #00bdd6);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Coral Sunshine color palette created on .