Verdant Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verdant Breeze palette

Condividi questa palette a:

tavolozza dei colori Verdant Breeze CSS

/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #16a286;
}
.color-3 {
color: #2ecc70;
}
.color-4 {
color: #28af60;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #16a286;
--color-3: #2ecc70;
--color-4: #28af60;
--color-5: #3398db;
}

CSS con gradiente di sfondo Verdant Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #16a286, #2ecc70, #28af60, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #16a286, #2ecc70, #28af60, #3398db);
}

Tavolozze di colori simili

Verdant Breeze color palette created on .