James in Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with James in Bloom palette

Share this palette to:

James in Bloom color palette CSS

/* CSS */
.color-1 {
color: #f7c9a1;
}
.color-2 {
color: #f0999c;
}
.color-3 {
color: #f5668e;
}
.color-4 {
color: #e03e64;
}
.color-5 {
color: #9c408f;
}

/* CSS Variables */
:root {
--color-1: #f7c9a1;
--color-2: #f0999c;
--color-3: #f5668e;
--color-4: #e03e64;
--color-5: #9c408f;
}

James in Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c9a1, #f0999c, #f5668e, #e03e64, #9c408f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c9a1, #f0999c, #f5668e, #e03e64, #9c408f);
}

James in Bloom color palette created on .