Paleta de colores Serene Sanctuary
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Sanctuary palette
CSS de la paleta de colores Serene Sanctuary
/* CSS */
.color-1 {
color: #a6d8d4;
}
.color-2 {
color: #f4b39f;
}
.color-3 {
color: #f9e2b4;
}
.color-4 {
color: #f9cbbe;
}
.color-5 {
color: #d5a7e2;
}
/* CSS Variables */
:root {
--color-1: #a6d8d4;
--color-2: #f4b39f;
--color-3: #f9e2b4;
--color-4: #f9cbbe;
--color-5: #d5a7e2;
}
CSS del degradado de fondo Serene Sanctuary
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d8d4, #f4b39f, #f9e2b4, #f9cbbe, #d5a7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d8d4, #f4b39f, #f9e2b4, #f9cbbe, #d5a7e2);
}
Paletas de colores similares
Serene Sanctuary color palette created on .