Shades of Light Peach Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Light Peach palette

Condividi questa palette a:

tavolozza dei colori Shades of Light Peach CSS

/* CSS */
.color-1 {
color: #f0ba99;
}
.color-2 {
color: #eabfa4;
}
.color-3 {
color: #e3c4b0;
}
.color-4 {
color: #d6c2b8;
}
.color-5 {
color: #c1b19f;
}

/* CSS Variables */
:root {
--color-1: #f0ba99;
--color-2: #eabfa4;
--color-3: #e3c4b0;
--color-4: #d6c2b8;
--color-5: #c1b19f;
}

CSS con gradiente di sfondo Shades of Light Peach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ba99, #eabfa4, #e3c4b0, #d6c2b8, #c1b19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ba99, #eabfa4, #e3c4b0, #d6c2b8, #c1b19f);
}

Shades of Light Peach color palette created on .