Silken Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silken Blossom palette

Share this palette to:

Silken Blossom color palette CSS

/* CSS */
.color-1 {
color: #f7e9ca;
}
.color-2 {
color: #f1b1b1;
}
.color-3 {
color: #e67988;
}
.color-4 {
color: #d64368;
}
.color-5 {
color: #9c3a5b;
}

/* CSS Variables */
:root {
--color-1: #f7e9ca;
--color-2: #f1b1b1;
--color-3: #e67988;
--color-4: #d64368;
--color-5: #9c3a5b;
}

Silken Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9ca, #f1b1b1, #e67988, #d64368, #9c3a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9ca, #f1b1b1, #e67988, #d64368, #9c3a5b);
}

Silken Blossom color palette created on .