Matrix Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Matrix Sunset palette

Condividi questa palette a:

Scarica la tavolozza dei colori Matrix Sunset (PNG)

Download matrix sunset color palette PNG image (landscape)
Download matrix sunset color palette PNG image (square)

tavolozza dei colori Matrix Sunset CSS

/* CSS */
.color-1 {
color: #b05d54;
}
.color-2 {
color: #d69a80;
}
.color-3 {
color: #f1d6a7;
}
.color-4 {
color: #f5e8c7;
}
.color-5 {
color: #d0e6df;
}

/* CSS Variables */
:root {
--color-1: #b05d54;
--color-2: #d69a80;
--color-3: #f1d6a7;
--color-4: #f5e8c7;
--color-5: #d0e6df;
}

CSS con gradiente di sfondo Matrix Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05d54, #d69a80, #f1d6a7, #f5e8c7, #d0e6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05d54, #d69a80, #f1d6a7, #f5e8c7, #d0e6df);
}

Matrix Sunset color palette created on .