Shades of Verbena Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Verbena palette

Condividi questa palette a:

tavolozza dei colori Shades of Verbena CSS

/* CSS */
.color-1 {
color: #9c6d9b;
}
.color-2 {
color: #cfa5c2;
}
.color-3 {
color: #f0d6e6;
}
.color-4 {
color: #f9e5e1;
}
.color-5 {
color: #f6b8b6;
}

/* CSS Variables */
:root {
--color-1: #9c6d9b;
--color-2: #cfa5c2;
--color-3: #f0d6e6;
--color-4: #f9e5e1;
--color-5: #f6b8b6;
}

CSS con gradiente di sfondo Shades of Verbena

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6d9b, #cfa5c2, #f0d6e6, #f9e5e1, #f6b8b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6d9b, #cfa5c2, #f0d6e6, #f9e5e1, #f6b8b6);
}

Shades of Verbena color palette created on .