Vibrant Odyssey Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Odyssey palette
tavolozza dei colori Vibrant Odyssey CSS
/* CSS */
.color-1 {
color: #ffad42;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff4d8e;
}
.color-5 {
color: #ff3d8e;
}
/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff7142;
--color-3: #ff4d4d;
--color-4: #ff4d8e;
--color-5: #ff3d8e;
}
CSS con gradiente di sfondo Vibrant Odyssey
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff7142, #ff4d4d, #ff4d8e, #ff3d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff7142, #ff4d4d, #ff4d8e, #ff3d8e);
}
Tavolozze di colori simili
Vibrant Odyssey color palette created on .