Blossoms of Nukus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossoms of Nukus palette

Share this palette to:

Blossoms of Nukus color palette CSS

/* CSS */
.color-1 {
color: #d25b8f;
}
.color-2 {
color: #f2a1c4;
}
.color-3 {
color: #f9d39f;
}
.color-4 {
color: #fdd3a5;
}
.color-5 {
color: #f4b41f;
}

/* CSS Variables */
:root {
--color-1: #d25b8f;
--color-2: #f2a1c4;
--color-3: #f9d39f;
--color-4: #fdd3a5;
--color-5: #f4b41f;
}

Blossoms of Nukus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d25b8f, #f2a1c4, #f9d39f, #fdd3a5, #f4b41f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d25b8f, #f2a1c4, #f9d39f, #fdd3a5, #f4b41f);
}

Blossoms of Nukus color palette created on .