Sinful Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sinful Blossoms palette
Sinful Blossoms color palette CSS
/* CSS */
.color-1 {
color: #4c1f3e;
}
.color-2 {
color: #803c5c;
}
.color-3 {
color: #b05e7b;
}
.color-4 {
color: #f0a3b2;
}
.color-5 {
color: #fbc1c7;
}
/* CSS Variables */
:root {
--color-1: #4c1f3e;
--color-2: #803c5c;
--color-3: #b05e7b;
--color-4: #f0a3b2;
--color-5: #fbc1c7;
}
Sinful Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c1f3e, #803c5c, #b05e7b, #f0a3b2, #fbc1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c1f3e, #803c5c, #b05e7b, #f0a3b2, #fbc1c7);
}
Similar color palettes
Sinful Blossoms color palette created on .