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: #1a9edb;
}
.color-2 {
color: #66c3e5;
}
.color-3 {
color: #b2e0f0;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #1a9edb;
--color-2: #66c3e5;
--color-3: #b2e0f0;
--color-4: #f4a462;
--color-5: #e76e50;
}
CSS del degradado de fondo Coastal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9edb, #66c3e5, #b2e0f0, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9edb, #66c3e5, #b2e0f0, #f4a462, #e76e50);
}
Paletas de colores similares
Coastal Serenity color palette created on .