Lotus Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lotus Harmony palette

Share this palette to:

Lotus Harmony color palette CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #3cbe6c;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #56768f;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #3cbe6c;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #56768f;
}

Lotus Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #3cbe6c, #f9c54e, #f94346, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #3cbe6c, #f9c54e, #f94346, #56768f);
}

Lotus Harmony color palette created on .