Capricorn Rising Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Capricorn Rising palette

Share this palette to:

Download Capricorn Rising Color Palette (PNG)

Download capricorn rising color palette PNG image (landscape)
Download capricorn rising color palette PNG image (square)

Capricorn Rising color palette CSS

/* CSS */
.color-1 {
color: #3b2d4d;
}
.color-2 {
color: #5a4c70;
}
.color-3 {
color: #7b8f9d;
}
.color-4 {
color: #c4b6a6;
}
.color-5 {
color: #f2e0d4;
}

/* CSS Variables */
:root {
--color-1: #3b2d4d;
--color-2: #5a4c70;
--color-3: #7b8f9d;
--color-4: #c4b6a6;
--color-5: #f2e0d4;
}

Capricorn Rising background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d4d, #5a4c70, #7b8f9d, #c4b6a6, #f2e0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d4d, #5a4c70, #7b8f9d, #c4b6a6, #f2e0d4);
}

Capricorn Rising color palette created on .