Paleta de colores Ethereal Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Breeze palette
CSS de la paleta de colores Ethereal Breeze
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #65cdaa;
}
.color-3 {
color: #ffb8c1;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #65cdaa;
--color-3: #ffb8c1;
--color-4: #ff6347;
--color-5: #ffd9b8;
}
CSS del degradado de fondo Ethereal Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #65cdaa, #ffb8c1, #ff6347, #ffd9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #65cdaa, #ffb8c1, #ff6347, #ffd9b8);
}
Paletas de colores similares
Ethereal Breeze color palette created on .