Cabe's Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cabe's Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Cabe's Dreamscape CSS

/* CSS */
.color-1 {
color: #f5b2e5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f5b2e5;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #69af4b;
--color-5: #4b91e2;
}

CSS con gradiente di sfondo Cabe's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2e5, #ff6e61, #ffb84d, #69af4b, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2e5, #ff6e61, #ffb84d, #69af4b, #4b91e2);
}

Cabe's Dreamscape color palette created on .