Blueprint Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blueprint Harmony palette

Share this palette to:

Blueprint Harmony color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3a609c;
}
.color-3 {
color: #5c87b7;
}
.color-4 {
color: #a7c6e7;
}
.color-5 {
color: #e2f2fd;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3a609c;
--color-3: #5c87b7;
--color-4: #a7c6e7;
--color-5: #e2f2fd;
}

Blueprint Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3a609c, #5c87b7, #a7c6e7, #e2f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3a609c, #5c87b7, #a7c6e7, #e2f2fd);
}

Blueprint Harmony color palette created on .