Razzaroo Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Razzaroo Red palette

Share this palette to:

Razzaroo Red color palette CSS

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #f0708e;
}
.color-3 {
color: #f9b658;
}
.color-4 {
color: #f4d980;
}
.color-5 {
color: #f9e8ae;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #f0708e;
--color-3: #f9b658;
--color-4: #f4d980;
--color-5: #f9e8ae;
}

Razzaroo Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #f0708e, #f9b658, #f4d980, #f9e8ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #f0708e, #f9b658, #f4d980, #f9e8ae);
}

Razzaroo Red color palette created on .