Paleta de colores Shades of Pearl
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Pearl palette
CSS de la paleta de colores Shades of Pearl
/* CSS */
.color-1 {
color: #f0e6db;
}
.color-2 {
color: #d5c2b3;
}
.color-3 {
color: #bca89f;
}
.color-4 {
color: #a78b8e;
}
.color-5 {
color: #906a72;
}
/* CSS Variables */
:root {
--color-1: #f0e6db;
--color-2: #d5c2b3;
--color-3: #bca89f;
--color-4: #a78b8e;
--color-5: #906a72;
}
CSS del degradado de fondo Shades of Pearl
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e6db, #d5c2b3, #bca89f, #a78b8e, #906a72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e6db, #d5c2b3, #bca89f, #a78b8e, #906a72);
}
Paletas de colores similares
Shades of Pearl color palette created on .