Blueprint Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blueprint Blossoms palette

Share this palette to:

Blueprint Blossoms color palette CSS

/* CSS */
.color-1 {
color: #a4c5e0;
}
.color-2 {
color: #d8e3e9;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f5bf99;
}
.color-5 {
color: #e78d8d;
}

/* CSS Variables */
:root {
--color-1: #a4c5e0;
--color-2: #d8e3e9;
--color-3: #f4b69f;
--color-4: #f5bf99;
--color-5: #e78d8d;
}

Blueprint Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c5e0, #d8e3e9, #f4b69f, #f5bf99, #e78d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c5e0, #d8e3e9, #f4b69f, #f5bf99, #e78d8d);
}

Blueprint Blossoms color palette created on .