Apologies in Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Apologies in Bloom palette

Share this palette to:

Apologies in Bloom color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffab5c;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6be6b1;
}
.color-5 {
color: #6bc4ff;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffab5c;
--color-3: #ffd83d;
--color-4: #6be6b1;
--color-5: #6bc4ff;
}

Apologies in Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffab5c, #ffd83d, #6be6b1, #6bc4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffab5c, #ffd83d, #6be6b1, #6bc4ff);
}

Apologies in Bloom color palette created on .