Paleta de colores Light Yellow Blue Angel
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Yellow Blue Angel palette
CSS de la paleta de colores Light Yellow Blue Angel
/* CSS */
.color-1 {
color: #f6eab6;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f1c7a7;
}
.color-5 {
color: #e4afe2;
}
/* CSS Variables */
:root {
--color-1: #f6eab6;
--color-2: #a3c7e0;
--color-3: #ffffff;
--color-4: #f1c7a7;
--color-5: #e4afe2;
}
CSS del degradado de fondo Light Yellow Blue Angel
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6eab6, #a3c7e0, #ffffff, #f1c7a7, #e4afe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6eab6, #a3c7e0, #ffffff, #f1c7a7, #e4afe2);
}
Paletas de colores similares
Light Yellow Blue Angel color palette created on .