Rainbow Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rainbow Dreams palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rainbow Dreams

Download rainbow dreams color palette PNG image (landscape)
Download rainbow dreams color palette PNG image (square)

tavolozza dei colori Rainbow Dreams CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #5087f7;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffb347;
--color-3: #ffda6b;
--color-4: #6ccb79;
--color-5: #5087f7;
}

CSS con gradiente di sfondo Rainbow Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffb347, #ffda6b, #6ccb79, #5087f7);
}

Rainbow Dreams color palette created on .