Nordic Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nordic Blossoms palette

Share this palette to:

Nordic Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f2d1a6;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #a6d3e2;
}
.color-5 {
color: #b3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f2d1a6;
--color-3: #f7e6a1;
--color-4: #a6d3e2;
--color-5: #b3c7e0;
}

Nordic Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f2d1a6, #f7e6a1, #a6d3e2, #b3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f2d1a6, #f7e6a1, #a6d3e2, #b3c7e0);
}

Nordic Blossoms color palette created on .