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: #ff6e61;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #4f8fba;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8b3d;
--color-3: #f1c84b;
--color-4: #6ccb79;
--color-5: #4f8fba;
}
CSS con gradiente di sfondo Vibrant Odyssey
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8b3d, #f1c84b, #6ccb79, #4f8fba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8b3d, #f1c84b, #6ccb79, #4f8fba);
}
Tavolozze di colori simili
Vibrant Odyssey color palette created on .