Paleta de colores Bright Yellow Blue Green Red Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Yellow Blue Green Red Pink palette
CSS de la paleta de colores Bright Yellow Blue Green Red Pink
/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #5c9b46;
}
.color-3 {
color: #4e78b7;
}
.color-4 {
color: #d44f40;
}
.color-5 {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #5c9b46;
--color-3: #4e78b7;
--color-4: #d44f40;
--color-5: #f4c3d8;
}
CSS del degradado de fondo Bright Yellow Blue Green Red Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
Paletas de colores similares
Bright Yellow Blue Green Red Pink color palette created on .