Kobi Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kobi Blossoms palette

Share this palette to:

Kobi Blossoms color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d68fad;
}
.color-3 {
color: #b95b8d;
}
.color-4 {
color: #a54a8a;
}
.color-5 {
color: #7f1f6e;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d68fad;
--color-3: #b95b8d;
--color-4: #a54a8a;
--color-5: #7f1f6e;
}

Kobi Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d68fad, #b95b8d, #a54a8a, #7f1f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d68fad, #b95b8d, #a54a8a, #7f1f6e);
}

Kobi Blossoms color palette created on .