Paleta de colores Serenity by the Shore
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity by the Shore palette
CSS de la paleta de colores Serenity by the Shore
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d3e0e9;
}
.color-3 {
color: #7bd5f9;
}
.color-4 {
color: #adaab1;
}
.color-5 {
color: #2cba67;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d3e0e9;
--color-3: #7bd5f9;
--color-4: #adaab1;
--color-5: #2cba67;
}
CSS del degradado de fondo Serenity by the Shore
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d3e0e9, #7bd5f9, #adaab1, #2cba67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d3e0e9, #7bd5f9, #adaab1, #2cba67);
}
Paletas de colores similares
Serenity by the Shore color palette created on .