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