Shades of Green Red Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Green Red Yellow palette

Condividi questa palette a:

tavolozza dei colori Shades of Green Red Yellow CSS

/* CSS */
.color-1 {
color: #d1ffdd;
}
.color-2 {
color: #ffdedb;
}
.color-3 {
color: #ffeea8;
}
.color-4 {
color: #ffe294;
}
.color-5 {
color: #ff6ba6;
}

/* CSS Variables */
:root {
--color-1: #d1ffdd;
--color-2: #ffdedb;
--color-3: #ffeea8;
--color-4: #ffe294;
--color-5: #ff6ba6;
}

CSS con gradiente di sfondo Shades of Green Red Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1ffdd, #ffdedb, #ffeea8, #ffe294, #ff6ba6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1ffdd, #ffdedb, #ffeea8, #ffe294, #ff6ba6);
}

Shades of Green Red Yellow color palette created on .