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