Soothing Sky Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soothing Sky Serenade palette

Share this palette to:

Soothing Sky Serenade color palette CSS

/* CSS */
.color-1 {
color: #f8fafc;
}
.color-2 {
color: #cce7fa;
}
.color-3 {
color: #c0ddf2;
}
.color-4 {
color: #9ab9d0;
}
.color-5 {
color: #ca8563;
}

/* CSS Variables */
:root {
--color-1: #f8fafc;
--color-2: #cce7fa;
--color-3: #c0ddf2;
--color-4: #9ab9d0;
--color-5: #ca8563;
}

Soothing Sky Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fafc, #cce7fa, #c0ddf2, #9ab9d0, #ca8563);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fafc, #cce7fa, #c0ddf2, #9ab9d0, #ca8563);
}

Soothing Sky Serenade color palette created on .