Tokophobia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tokophobia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Tokophobia Color Palette (PNG)
Tokophobia color palette CSS
/* CSS */
.color-1 {
color: #191b3e;
}
.color-2 {
color: #2e2f5c;
}
.color-3 {
color: #4b4e86;
}
.color-4 {
color: #b0c4e8;
}
.color-5 {
color: #f3f5f7;
}
/* CSS Variables */
:root {
--color-1: #191b3e;
--color-2: #2e2f5c;
--color-3: #4b4e86;
--color-4: #b0c4e8;
--color-5: #f3f5f7;
}
Tokophobia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191b3e, #2e2f5c, #4b4e86, #b0c4e8, #f3f5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191b3e, #2e2f5c, #4b4e86, #b0c4e8, #f3f5f7);
}
Similar color palettes
Tokophobia color palette created on .