Blackthorn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blackthorn palette

Condividi questa palette a:

tavolozza dei colori Blackthorn CSS

/* CSS */
.color-1 {
color: #3a194d;
}
.color-2 {
color: #462e94;
}
.color-3 {
color: #6339b1;
}
.color-4 {
color: #9a41c3;
}
.color-5 {
color: #e37db2;
}

/* CSS Variables */
:root {
--color-1: #3a194d;
--color-2: #462e94;
--color-3: #6339b1;
--color-4: #9a41c3;
--color-5: #e37db2;
}

CSS con gradiente di sfondo Blackthorn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a194d, #462e94, #6339b1, #9a41c3, #e37db2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a194d, #462e94, #6339b1, #9a41c3, #e37db2);
}

Blackthorn color palette created on .