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