Paleta de colores Crystal Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crystal Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Crystal Breeze

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0f8ff;
}
.color-3 {
color: #e5f7ff;
}
.color-4 {
color: #cceeff;
}
.color-5 {
color: #99ddff;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0f8ff;
--color-3: #e5f7ff;
--color-4: #cceeff;
--color-5: #99ddff;
}

CSS del degradado de fondo Crystal Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0f8ff, #e5f7ff, #cceeff, #99ddff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0f8ff, #e5f7ff, #cceeff, #99ddff);
}

Crystal Breeze color palette created on .