Paleta de colores Celestial Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Breeze palette
CSS de la paleta de colores Celestial Breeze
/* CSS */
.color-1 {
color: #b3c6ff;
}
.color-2 {
color: #9fe0e0;
}
.color-3 {
color: #85c2ff;
}
.color-4 {
color: #a8d9ff;
}
.color-5 {
color: #8fc9ff;
}
/* CSS Variables */
:root {
--color-1: #b3c6ff;
--color-2: #9fe0e0;
--color-3: #85c2ff;
--color-4: #a8d9ff;
--color-5: #8fc9ff;
}
CSS del degradado de fondo Celestial Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c6ff, #9fe0e0, #85c2ff, #a8d9ff, #8fc9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c6ff, #9fe0e0, #85c2ff, #a8d9ff, #8fc9ff);
}
Paletas de colores similares
Celestial Breeze color palette created on .