Paleta de colores Sonic Adventure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sonic Adventure palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sonic Adventure

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

CSS de la paleta de colores Sonic Adventure

/* 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 del degradado de fondo 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 .