Paleta de colores Celestial Patina
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Patina palette
CSS de la paleta de colores Celestial Patina
/* CSS */
.color-1 {
color: #5b5e7b;
}
.color-2 {
color: #a3abb8;
}
.color-3 {
color: #d5cce0;
}
.color-4 {
color: #e4b9d5;
}
.color-5 {
color: #f9d7db;
}
/* CSS Variables */
:root {
--color-1: #5b5e7b;
--color-2: #a3abb8;
--color-3: #d5cce0;
--color-4: #e4b9d5;
--color-5: #f9d7db;
}
CSS del degradado de fondo Celestial Patina
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b5e7b, #a3abb8, #d5cce0, #e4b9d5, #f9d7db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b5e7b, #a3abb8, #d5cce0, #e4b9d5, #f9d7db);
}
Paletas de colores similares
Celestial Patina color palette created on .