Paleta de colores Bright Yellow Star Fruit
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Yellow Star Fruit palette
CSS de la paleta de colores Bright Yellow Star Fruit
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f6e5b1;
}
.color-3 {
color: #f8d57c;
}
.color-4 {
color: #faa700;
}
.color-5 {
color: #e07b00;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f6e5b1;
--color-3: #f8d57c;
--color-4: #faa700;
--color-5: #e07b00;
}
CSS del degradado de fondo Bright Yellow Star Fruit
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f6e5b1, #f8d57c, #faa700, #e07b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f6e5b1, #f8d57c, #faa700, #e07b00);
}
Paletas de colores similares
Bright Yellow Star Fruit color palette created on .