Elliot's Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Elliot's Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Elliot's Dreamscape CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c750;
}
.color-3 {
color: #69bf88;
}
.color-4 {
color: #4987e4;
}
.color-5 {
color: #f3a5b9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c750;
--color-3: #69bf88;
--color-4: #4987e4;
--color-5: #f3a5b9;
}

CSS con gradiente di sfondo Elliot's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c750, #69bf88, #4987e4, #f3a5b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c750, #69bf88, #4987e4, #f3a5b9);
}

Elliot's Dreamscape color palette created on .