Retro Gamer's Delight Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Gamer's Delight palette

Condividi questa palette a:

tavolozza dei colori Retro Gamer's Delight CSS

/* CSS */
.color-1 {
color: #2b3e50;
}
.color-2 {
color: #4f7e8c;
}
.color-3 {
color: #5fb4b3;
}
.color-4 {
color: #f4d171;
}
.color-5 {
color: #e76f3c;
}

/* CSS Variables */
:root {
--color-1: #2b3e50;
--color-2: #4f7e8c;
--color-3: #5fb4b3;
--color-4: #f4d171;
--color-5: #e76f3c;
}

CSS con gradiente di sfondo Retro Gamer's Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3e50, #4f7e8c, #5fb4b3, #f4d171, #e76f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3e50, #4f7e8c, #5fb4b3, #f4d171, #e76f3c);
}

Retro Gamer's Delight color palette created on .