Paleta de colores Timelord's Tapestry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Timelord's Tapestry palette

Compartir esta paleta en:

CSS de la paleta de colores Timelord's Tapestry

/* CSS */
.color-1 {
color: #5b809a;
}
.color-2 {
color: #7fb6b8;
}
.color-3 {
color: #a5d5b7;
}
.color-4 {
color: #f7d5a6;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #5b809a;
--color-2: #7fb6b8;
--color-3: #a5d5b7;
--color-4: #f7d5a6;
--color-5: #f76e6e;
}

CSS del degradado de fondo Timelord's Tapestry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b809a, #7fb6b8, #a5d5b7, #f7d5a6, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b809a, #7fb6b8, #a5d5b7, #f7d5a6, #f76e6e);
}

Timelord's Tapestry color palette created on .