Paleta de colores Sorceress of the Serene Waters
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sorceress of the Serene Waters palette
CSS de la paleta de colores Sorceress of the Serene Waters
/* CSS */
.color-1 {
color: #f2b1b1;
}
.color-2 {
color: #a3d6e1;
}
.color-3 {
color: #a3c69f;
}
.color-4 {
color: #f5d38a;
}
.color-5 {
color: #e37564;
}
/* CSS Variables */
:root {
--color-1: #f2b1b1;
--color-2: #a3d6e1;
--color-3: #a3c69f;
--color-4: #f5d38a;
--color-5: #e37564;
}
CSS del degradado de fondo Sorceress of the Serene Waters
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1b1, #a3d6e1, #a3c69f, #f5d38a, #e37564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1b1, #a3d6e1, #a3c69f, #f5d38a, #e37564);
}
Paletas de colores similares
Sorceress of the Serene Waters color palette created on .