Paleta de colores Serene Harbor
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Harbor palette
CSS de la paleta de colores Serene Harbor
/* CSS */
.color-1 {
color: #94b092;
}
.color-2 {
color: #20314b;
}
.color-3 {
color: #5b716e;
}
.color-4 {
color: #a6c9b9;
}
.color-5 {
color: #e8afa1;
}
/* CSS Variables */
:root {
--color-1: #94b092;
--color-2: #20314b;
--color-3: #5b716e;
--color-4: #a6c9b9;
--color-5: #e8afa1;
}
CSS del degradado de fondo Serene Harbor
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94b092, #20314b, #5b716e, #a6c9b9, #e8afa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94b092, #20314b, #5b716e, #a6c9b9, #e8afa1);
}
Paletas de colores similares
Serene Harbor color palette created on .