Vertin Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vertin palette

Condividi questa palette a:

tavolozza dei colori Vertin CSS

/* CSS */
.color-1 {
color: #133a32;
}
.color-2 {
color: #11362c;
}
.color-3 {
color: #0f2f26;
}
.color-4 {
color: #0b281f;
}
.color-5 {
color: #0a241a;
}

/* CSS Variables */
:root {
--color-1: #133a32;
--color-2: #11362c;
--color-3: #0f2f26;
--color-4: #0b281f;
--color-5: #0a241a;
}

CSS con gradiente di sfondo Vertin

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #133a32, #11362c, #0f2f26, #0b281f, #0a241a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #133a32, #11362c, #0f2f26, #0b281f, #0a241a);
}

Vertin color palette created on .