Jasmine Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jasmine Pink palette

Share this palette to:

Jasmine Pink color palette CSS

/* CSS */
.color-1 {
color: #f6e6b1;
}
.color-2 {
color: #f9d69f;
}
.color-3 {
color: #fbaf8e;
}
.color-4 {
color: #f57a89;
}
.color-5 {
color: #d64a43;
}

/* CSS Variables */
:root {
--color-1: #f6e6b1;
--color-2: #f9d69f;
--color-3: #fbaf8e;
--color-4: #f57a89;
--color-5: #d64a43;
}

Jasmine Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6b1, #f9d69f, #fbaf8e, #f57a89, #d64a43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6b1, #f9d69f, #fbaf8e, #f57a89, #d64a43);
}

Jasmine Pink color palette created on .