Vibrant Hito Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Hito palette
Vibrant Hito color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #709cd2;
}
.color-3 {
color: #87af4b;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #d83b3b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #709cd2;
--color-3: #87af4b;
--color-4: #fab700;
--color-5: #d83b3b;
}
Vibrant Hito background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #709cd2, #87af4b, #fab700, #d83b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #709cd2, #87af4b, #fab700, #d83b3b);
}
Similar color palettes
Vibrant Hito color palette created on .