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