Paleta de colores Ethereal Coastal Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Coastal Breeze palette
CSS de la paleta de colores Ethereal Coastal Breeze
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f3f0e7;
}
.color-3 {
color: #ded5c4;
}
.color-4 {
color: #c7b97a;
}
.color-5 {
color: #90c1d0;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f3f0e7;
--color-3: #ded5c4;
--color-4: #c7b97a;
--color-5: #90c1d0;
}
CSS del degradado de fondo Ethereal Coastal Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f3f0e7, #ded5c4, #c7b97a, #90c1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f3f0e7, #ded5c4, #c7b97a, #90c1d0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 40 paletas de colores Blanco
Ethereal Coastal Breeze color palette created on .