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