Paleta de colores Light Cotton
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Cotton palette
CSS de la paleta de colores Light Cotton
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Light Cotton color palette created on .