Serene Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Depths palette

Share this palette to:

Serene Depths color palette CSS

/* CSS */
.color-1 {
color: #1a4f75;
}
.color-2 {
color: #4b748b;
}
.color-3 {
color: #799aa0;
}
.color-4 {
color: #a1c4b7;
}
.color-5 {
color: #d0e6e7;
}

/* CSS Variables */
:root {
--color-1: #1a4f75;
--color-2: #4b748b;
--color-3: #799aa0;
--color-4: #a1c4b7;
--color-5: #d0e6e7;
}

Serene Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a4f75, #4b748b, #799aa0, #a1c4b7, #d0e6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a4f75, #4b748b, #799aa0, #a1c4b7, #d0e6e7);
}

Serene Depths color palette created on .