Yellow Sunshine Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Yellow Sunshine palette
tavolozza dei colori Yellow Sunshine CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f6d56a;
}
.color-4 {
color: #f6e788;
}
.color-5 {
color: #e2f6b1;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6c84c;
--color-3: #f6d56a;
--color-4: #f6e788;
--color-5: #e2f6b1;
}
CSS con gradiente di sfondo Yellow Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6c84c, #f6d56a, #f6e788, #e2f6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6c84c, #f6d56a, #f6e788, #e2f6b1);
}
Tavolozze di colori simili
Yellow Sunshine color palette created on .