Pink Razzaroo Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Razzaroo palette
Pink Razzaroo color palette CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ff75a8;
}
.color-3 {
color: #ff9ec5;
}
.color-4 {
color: #ffb8d5;
}
.color-5 {
color: #ffe0eb;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff75a8;
--color-3: #ff9ec5;
--color-4: #ffb8d5;
--color-5: #ffe0eb;
}
Pink Razzaroo background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff75a8, #ff9ec5, #ffb8d5, #ffe0eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff75a8, #ff9ec5, #ffb8d5, #ffe0eb);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Pink Razzaroo color palette created on .