Paleta de colores Serenity by the Sea
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity by the Sea palette
CSS de la paleta de colores Serenity by the Sea
/* CSS */
.color-1 {
color: #59809b;
}
.color-2 {
color: #699fb5;
}
.color-3 {
color: #8ec5d7;
}
.color-4 {
color: #f6c5a2;
}
.color-5 {
color: #f9b0a9;
}
/* CSS Variables */
:root {
--color-1: #59809b;
--color-2: #699fb5;
--color-3: #8ec5d7;
--color-4: #f6c5a2;
--color-5: #f9b0a9;
}
CSS del degradado de fondo Serenity by the Sea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59809b, #699fb5, #8ec5d7, #f6c5a2, #f9b0a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59809b, #699fb5, #8ec5d7, #f6c5a2, #f9b0a9);
}
Paletas de colores similares
Serenity by the Sea color palette created on .