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