Flowing Horizons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Flowing Horizons palette

Share this palette to:

Flowing Horizons color palette 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;
}

Flowing Horizons background gradient CSS

/* 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 .