Capricorn Rising Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Capricorn Rising palette

Condividi questa palette a:

Scarica la tavolozza dei colori Capricorn Rising (PNG)

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

tavolozza dei colori Capricorn Rising 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;
}

CSS con gradiente di sfondo Capricorn Rising

/* 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 .