Sonic Adventure Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sonic Adventure palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Sonic Adventure

Download sonic adventure color palette PNG image (landscape)
Download sonic adventure color palette PNG image (square)

tavolozza dei colori Sonic Adventure CSS

/* CSS */
.color-1 {
color: #1b6a98;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e74d3c;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #1b6a98;
--color-2: #f1c40e;
--color-3: #e74d3c;
--color-4: #2ecc70;
--color-5: #8d43ad;
}

CSS con gradiente di sfondo Sonic Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6a98, #f1c40e, #e74d3c, #2ecc70, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6a98, #f1c40e, #e74d3c, #2ecc70, #8d43ad);
}

Sonic Adventure color palette created on .