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