Paleta de colores Sunlit Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Sunlit Breeze

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #ffe2c2;
}
.color-4 {
color: #e8e8e8;
}
.color-5 {
color: #f2b1b1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2b2a1;
--color-3: #ffe2c2;
--color-4: #e8e8e8;
--color-5: #f2b1b1;
}

CSS del degradado de fondo Sunlit Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2b2a1, #ffe2c2, #e8e8e8, #f2b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2b2a1, #ffe2c2, #e8e8e8, #f2b1b1);
}

Sunlit Breeze color palette created on .