Coral Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Serenity palette
Coral Serenity color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb06b;
}
.color-3 {
color: #ffe3b3;
}
.color-4 {
color: #6dcc3e;
}
.color-5 {
color: #508d9b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb06b;
--color-3: #ffe3b3;
--color-4: #6dcc3e;
--color-5: #508d9b;
}
Coral Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb06b, #ffe3b3, #6dcc3e, #508d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb06b, #ffe3b3, #6dcc3e, #508d9b);
}
Similar color palettes
Coral Serenity color palette created on .