Retro Pixel Dreams Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Pixel Dreams palette

Condividi questa palette a:

tavolozza dei colori Retro Pixel Dreams CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f76c45;
}
.color-3 {
color: #b12f43;
}
.color-4 {
color: #5c3f8d;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f76c45;
--color-3: #b12f43;
--color-4: #5c3f8d;
--color-5: #4b91e2;
}

CSS con gradiente di sfondo Retro Pixel Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f76c45, #b12f43, #5c3f8d, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f76c45, #b12f43, #5c3f8d, #4b91e2);
}

Retro Pixel Dreams color palette created on .