Telemachus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Telemachus palette

Share this palette to:

Telemachus color palette PNG image

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

Telemachus color palette CSS

/* CSS */
.color-1 {
color: #295ca8;
}
.color-2 {
color: #629fea;
}
.color-3 {
color: #b0d0f2;
}
.color-4 {
color: #fbda37;
}
.color-5 {
color: #f8b13f;
}

/* CSS Variables */
:root {
--color-1: #295ca8;
--color-2: #629fea;
--color-3: #b0d0f2;
--color-4: #fbda37;
--color-5: #f8b13f;
}

Telemachus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #295ca8, #629fea, #b0d0f2, #fbda37, #f8b13f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #295ca8, #629fea, #b0d0f2, #fbda37, #f8b13f);
}

Telemachus color palette created on .