Shades of Razzmatazz Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Razzmatazz palette
Shades of Razzmatazz color palette CSS
/* CSS */
.color-1 {
color: #e50b5b;
}
.color-2 {
color: #f45d7e;
}
.color-3 {
color: #f8a5b4;
}
.color-4 {
color: #ffc2d4;
}
.color-5 {
color: #ffebf0;
}
/* CSS Variables */
:root {
--color-1: #e50b5b;
--color-2: #f45d7e;
--color-3: #f8a5b4;
--color-4: #ffc2d4;
--color-5: #ffebf0;
}
Shades of Razzmatazz background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e50b5b, #f45d7e, #f8a5b4, #ffc2d4, #ffebf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e50b5b, #f45d7e, #f8a5b4, #ffc2d4, #ffebf0);
}
Similar color palettes
Shades of Razzmatazz color palette created on .