Cloistered Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cloistered Blossoms palette

Share this palette to:

Cloistered Blossoms color palette CSS

/* CSS */
.color-1 {
color: #a85d9e;
}
.color-2 {
color: #d883b0;
}
.color-3 {
color: #f6a7c1;
}
.color-4 {
color: #f0c7e2;
}
.color-5 {
color: #e5b8d4;
}

/* CSS Variables */
:root {
--color-1: #a85d9e;
--color-2: #d883b0;
--color-3: #f6a7c1;
--color-4: #f0c7e2;
--color-5: #e5b8d4;
}

Cloistered Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85d9e, #d883b0, #f6a7c1, #f0c7e2, #e5b8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85d9e, #d883b0, #f6a7c1, #f0c7e2, #e5b8d4);
}

Cloistered Blossoms color palette created on .