Light Cotton Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Cotton palette

Condividi questa palette a:

tavolozza dei colori Light Cotton CSS

/* CSS */
.color-1 {
color: #fbf0ee;
}
.color-2 {
color: #f6ed9d;
}
.color-3 {
color: #f9d7b3;
}
.color-4 {
color: #f8c06d;
}
.color-5 {
color: #eebadd;
}

/* CSS Variables */
:root {
--color-1: #fbf0ee;
--color-2: #f6ed9d;
--color-3: #f9d7b3;
--color-4: #f8c06d;
--color-5: #eebadd;
}

CSS con gradiente di sfondo Light Cotton

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbf0ee, #f6ed9d, #f9d7b3, #f8c06d, #eebadd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbf0ee, #f6ed9d, #f9d7b3, #f8c06d, #eebadd);
}

Light Cotton color palette created on .