Paleta de colores Telemachus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Telemachus palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Telemachus

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

CSS de la paleta de colores Telemachus

/* 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;
}

CSS del degradado de fondo Telemachus

/* 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 .