Warm Vee Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Vee palette

Condividi questa palette a:

tavolozza dei colori Warm Vee CSS

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #dab7a0;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #f7c6a1;
--color-3: #ff6e61;
--color-4: #e74d3c;
--color-5: #dab7a0;
}

CSS con gradiente di sfondo Warm Vee

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #f7c6a1, #ff6e61, #e74d3c, #dab7a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #f7c6a1, #ff6e61, #e74d3c, #dab7a0);
}

Warm Vee color palette created on .