Rainbow Serenade Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rainbow Serenade palette

Condividi questa palette a:

tavolozza dei colori Rainbow Serenade CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #708dff;
}
.color-3 {
color: #88ff61;
}
.color-4 {
color: #ffda61;
}
.color-5 {
color: #ff61b5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #708dff;
--color-3: #88ff61;
--color-4: #ffda61;
--color-5: #ff61b5;
}

CSS con gradiente di sfondo Rainbow Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #708dff, #88ff61, #ffda61, #ff61b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #708dff, #88ff61, #ffda61, #ff61b5);
}

Rainbow Serenade color palette created on .