Coastal Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Serenade palette

Share this palette to:

Coastal Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffd84d;
}
.color-3 {
color: #6c9ac6;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #ffb8c1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffd84d;
--color-3: #6c9ac6;
--color-4: #a3d55d;
--color-5: #ffb8c1;
}

Coastal Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffd84d, #6c9ac6, #a3d55d, #ffb8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffd84d, #6c9ac6, #a3d55d, #ffb8c1);
}

Coastal Serenade color palette created on .