Paleta de colores Sans Undertale

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sans Undertale palette

Compartir esta paleta en:

CSS de la paleta de colores Sans Undertale

/* CSS */
.color-1 {
color: #1b1b3b;
}
.color-2 {
color: #4b5d8b;
}
.color-3 {
color: #6b7e9e;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #d6f3ff;
}

/* CSS Variables */
:root {
--color-1: #1b1b3b;
--color-2: #4b5d8b;
--color-3: #6b7e9e;
--color-4: #a3c7e0;
--color-5: #d6f3ff;
}

CSS del degradado de fondo Sans Undertale

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b3b, #4b5d8b, #6b7e9e, #a3c7e0, #d6f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b3b, #4b5d8b, #6b7e9e, #a3c7e0, #d6f3ff);
}

Sans Undertale color palette created on .