James' Vibrant Voyage Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with James' Vibrant Voyage palette
tavolozza dei colori James' Vibrant Voyage CSS
/* CSS */
.color-1 {
color: #3d91e6;
}
.color-2 {
color: #5acee2;
}
.color-3 {
color: #79e6b5;
}
.color-4 {
color: #f3e158;
}
.color-5 {
color: #f55f3d;
}
/* CSS Variables */
:root {
--color-1: #3d91e6;
--color-2: #5acee2;
--color-3: #79e6b5;
--color-4: #f3e158;
--color-5: #f55f3d;
}
CSS con gradiente di sfondo James' Vibrant Voyage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d91e6, #5acee2, #79e6b5, #f3e158, #f55f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d91e6, #5acee2, #79e6b5, #f3e158, #f55f3d);
}
Tavolozze di colori simili
James' Vibrant Voyage color palette created on .