Masterpiece Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Masterpiece Horizon palette

Share this palette to:

Masterpiece Horizon color palette CSS

/* CSS */
.color-1 {
color: #1f3c5b;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #e5f6ff;
}
.color-5 {
color: #f8e3b4;
}

/* CSS Variables */
:root {
--color-1: #1f3c5b;
--color-2: #6d9dc5;
--color-3: #a2c7e7;
--color-4: #e5f6ff;
--color-5: #f8e3b4;
}

Masterpiece Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c5b, #6d9dc5, #a2c7e7, #e5f6ff, #f8e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c5b, #6d9dc5, #a2c7e7, #e5f6ff, #f8e3b4);
}

Masterpiece Horizon color palette created on .