Capricorn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Capricorn palette

Share this palette to:

Capricorn color palette CSS

/* CSS */
.color-1 {
color: #1f3b4d;
}
.color-2 {
color: #3c5d72;
}
.color-3 {
color: #6b8b94;
}
.color-4 {
color: #a5c1d5;
}
.color-5 {
color: #f3e5d8;
}

/* CSS Variables */
:root {
--color-1: #1f3b4d;
--color-2: #3c5d72;
--color-3: #6b8b94;
--color-4: #a5c1d5;
--color-5: #f3e5d8;
}

Capricorn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b4d, #3c5d72, #6b8b94, #a5c1d5, #f3e5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b4d, #3c5d72, #6b8b94, #a5c1d5, #f3e5d8);
}

Capricorn color palette created on .