Harmony in Yaelokre Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Harmony in Yaelokre palette
Harmony in Yaelokre color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6ebf8a;
}
.color-4 {
color: #519cc8;
}
.color-5 {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #6ebf8a;
--color-4: #519cc8;
--color-5: #5e4b8b;
}
Harmony in Yaelokre background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #6ebf8a, #519cc8, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #6ebf8a, #519cc8, #5e4b8b);
}
Similar color palettes
Harmony in Yaelokre color palette created on .