Depths of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Depths of Serenity palette

Share this palette to:

Depths of Serenity color palette CSS

/* CSS */
.color-1 {
color: #0b0967;
}
.color-2 {
color: #0d5696;
}
.color-3 {
color: #1e9deb;
}
.color-4 {
color: #82dcf7;
}
.color-5 {
color: #b0f2fc;
}

/* CSS Variables */
:root {
--color-1: #0b0967;
--color-2: #0d5696;
--color-3: #1e9deb;
--color-4: #82dcf7;
--color-5: #b0f2fc;
}

Depths of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b0967, #0d5696, #1e9deb, #82dcf7, #b0f2fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b0967, #0d5696, #1e9deb, #82dcf7, #b0f2fc);
}

Similar color palettes

Depths of Serenity color palette created on .