Tokophobia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tokophobia palette

Share this palette to:

Tokophobia color palette PNG image

Download tokophobia color palette PNG image (landscape)
Download tokophobia color palette PNG image (square)

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);
}

Tokophobia color palette created on .