Paleta de colores Coastal Serenity Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coastal Serenity Breeze palette
CSS de la paleta de colores Coastal Serenity Breeze
/* CSS */
.color-1 {
color: #f6ebda;
}
.color-2 {
color: #d9dfd2;
}
.color-3 {
color: #b4cfcb;
}
.color-4 {
color: #f8b354;
}
.color-5 {
color: #7bb7c6;
}
/* CSS Variables */
:root {
--color-1: #f6ebda;
--color-2: #d9dfd2;
--color-3: #b4cfcb;
--color-4: #f8b354;
--color-5: #7bb7c6;
}
CSS del degradado de fondo Coastal Serenity Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ebda, #d9dfd2, #b4cfcb, #f8b354, #7bb7c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ebda, #d9dfd2, #b4cfcb, #f8b354, #7bb7c6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Durazno
Coastal Serenity Breeze color palette created on .