Skywood Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skywood Harmony palette

Share this palette to:

Skywood Harmony color palette CSS

/* CSS */
.color-1 {
color: #92c6e3;
}
.color-2 {
color: #3b8c8c;
}
.color-3 {
color: #4c9a6e;
}
.color-4 {
color: #a0d9a8;
}
.color-5 {
color: #f2e6b5;
}

/* CSS Variables */
:root {
--color-1: #92c6e3;
--color-2: #3b8c8c;
--color-3: #4c9a6e;
--color-4: #a0d9a8;
--color-5: #f2e6b5;
}

Skywood Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #92c6e3, #3b8c8c, #4c9a6e, #a0d9a8, #f2e6b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #92c6e3, #3b8c8c, #4c9a6e, #a0d9a8, #f2e6b5);
}

Skywood Harmony color palette created on .