Paleta de colores Serenity of the Sea
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity of the Sea palette
CSS de la paleta de colores Serenity of the Sea
/* CSS */
.color-1 {
color: #3a8e9c;
}
.color-2 {
color: #59b5c9;
}
.color-3 {
color: #79d2e6;
}
.color-4 {
color: #9de0f1;
}
.color-5 {
color: #c7f3ff;
}
/* CSS Variables */
:root {
--color-1: #3a8e9c;
--color-2: #59b5c9;
--color-3: #79d2e6;
--color-4: #9de0f1;
--color-5: #c7f3ff;
}
CSS del degradado de fondo Serenity of the Sea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e9c, #59b5c9, #79d2e6, #9de0f1, #c7f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e9c, #59b5c9, #79d2e6, #9de0f1, #c7f3ff);
}
Paletas de colores similares
Serenity of the Sea color palette created on .