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