Paleta de colores Whispers of the Sea
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Sea palette
CSS de la paleta de colores Whispers of the Sea
/* CSS */
.color-1 {
color: #e2f7f8;
}
.color-2 {
color: #b2e0e0;
}
.color-3 {
color: #87c4c4;
}
.color-4 {
color: #5db6b6;
}
.color-5 {
color: #3a9c9c;
}
/* CSS Variables */
:root {
--color-1: #e2f7f8;
--color-2: #b2e0e0;
--color-3: #87c4c4;
--color-4: #5db6b6;
--color-5: #3a9c9c;
}
CSS del degradado de fondo Whispers of the Sea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f7f8, #b2e0e0, #87c4c4, #5db6b6, #3a9c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f7f8, #b2e0e0, #87c4c4, #5db6b6, #3a9c9c);
}
Paletas de colores similares
Whispers of the Sea color palette created on .