Retro Rhythm Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Rhythm palette

Condividi questa palette a:

tavolozza dei colori Retro Rhythm CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a47;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #6c5b80;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a47;
--color-3: #ffd83d;
--color-4: #a8d3e1;
--color-5: #6c5b80;
}

CSS con gradiente di sfondo Retro Rhythm

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a47, #ffd83d, #a8d3e1, #6c5b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a47, #ffd83d, #a8d3e1, #6c5b80);
}

Retro Rhythm color palette created on .