Flowing Horizons Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Flowing Horizons palette

Condividi questa palette a:

tavolozza dei colori Flowing Horizons CSS

/* CSS */
.color-1 {
color: #4d8bff;
}
.color-2 {
color: #a3c5ff;
}
.color-3 {
color: #c2deff;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4d8bff;
--color-2: #a3c5ff;
--color-3: #c2deff;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Flowing Horizons

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8bff, #a3c5ff, #c2deff, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8bff, #a3c5ff, #c2deff, #ffb84d, #ff6e61);
}

Flowing Horizons color palette created on .