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