Chic Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chic Blossom palette
Chic Blossom color palette CSS
/* CSS */
.color-1 {
color: #c71f1f;
}
.color-2 {
color: #e78e7e;
}
.color-3 {
color: #f9c2be;
}
.color-4 {
color: #f1e4b6;
}
.color-5 {
color: #b4d7a7;
}
/* CSS Variables */
:root {
--color-1: #c71f1f;
--color-2: #e78e7e;
--color-3: #f9c2be;
--color-4: #f1e4b6;
--color-5: #b4d7a7;
}
Chic Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c71f1f, #e78e7e, #f9c2be, #f1e4b6, #b4d7a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c71f1f, #e78e7e, #f9c2be, #f1e4b6, #b4d7a7);
}
Similar color palettes
Chic Blossom color palette created on .