Razzleberry Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Razzleberry Dream palette

Share this palette to:

Razzleberry Dream color palette CSS

/* CSS */
.color-1 {
color: #e50b5b;
}
.color-2 {
color: #da4e6f;
}
.color-3 {
color: #f08e95;
}
.color-4 {
color: #fbc6ca;
}
.color-5 {
color: #ffb3c1;
}

/* CSS Variables */
:root {
--color-1: #e50b5b;
--color-2: #da4e6f;
--color-3: #f08e95;
--color-4: #fbc6ca;
--color-5: #ffb3c1;
}

Razzleberry Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e50b5b, #da4e6f, #f08e95, #fbc6ca, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e50b5b, #da4e6f, #f08e95, #fbc6ca, #ffb3c1);
}

Razzleberry Dream color palette created on .