Sans Undertale Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sans Undertale palette

Condividi questa palette a:

tavolozza dei colori Sans Undertale CSS

/* 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 con gradiente di sfondo 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 .