Coastal Sunset Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Sunset Serenade palette

Share this palette to:

Coastal Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffe4b3;
}
.color-4 {
color: #6cc9e5;
}
.color-5 {
color: #3e5b98;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb347;
--color-3: #ffe4b3;
--color-4: #6cc9e5;
--color-5: #3e5b98;
}

Coastal Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb347, #ffe4b3, #6cc9e5, #3e5b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb347, #ffe4b3, #6cc9e5, #3e5b98);
}

Coastal Sunset Serenade color palette created on .