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: #f0a400;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f7e950;
}
.color-4 {
color: #e4f4ae;
}
.color-5 {
color: #69bf9c;
}
/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6c80e;
--color-3: #f7e950;
--color-4: #e4f4ae;
--color-5: #69bf9c;
}
CSS con gradiente di sfondo Yellow Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6c80e, #f7e950, #e4f4ae, #69bf9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6c80e, #f7e950, #e4f4ae, #69bf9c);
}
Tavolozze di colori simili
Yellow Sunshine color palette created on .