Nordic Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nordic Blossom palette

Share this palette to:

Nordic Blossom color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #f9bca4;
}
.color-3 {
color: #f7e1bb;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #c97e99;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #f9bca4;
--color-3: #f7e1bb;
--color-4: #eab8d1;
--color-5: #c97e99;
}

Nordic Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #f9bca4, #f7e1bb, #eab8d1, #c97e99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #f9bca4, #f7e1bb, #eab8d1, #c97e99);
}

Nordic Blossom color palette created on .