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