Coral Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Serenade palette
Coral Serenade color palette CSS
/* CSS */
.color-1 {
color: #ff8fa2;
}
.color-2 {
color: #ff7081;
}
.color-3 {
color: #ff4d5b;
}
.color-4 {
color: #ff2937;
}
.color-5 {
color: #eab8c8;
}
/* CSS Variables */
:root {
--color-1: #ff8fa2;
--color-2: #ff7081;
--color-3: #ff4d5b;
--color-4: #ff2937;
--color-5: #eab8c8;
}
Coral Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8fa2, #ff7081, #ff4d5b, #ff2937, #eab8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8fa2, #ff7081, #ff4d5b, #ff2937, #eab8c8);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Coral Serenade color palette created on .