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: #0096b8;
}
.color-2 {
color: #00b2d6;
}
.color-3 {
color: #a3e0e6;
}
.color-4 {
color: #f6d79d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b2d6;
--color-3: #a3e0e6;
--color-4: #f6d79d;
--color-5: #ff6e61;
}
CSS del degradado de fondo Coastal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b2d6, #a3e0e6, #f6d79d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b2d6, #a3e0e6, #f6d79d, #ff6e61);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Coastal Serenity color palette created on .