Razzle Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Razzle palette

Share this palette to:

Razzle color palette PNG image

Download razzle color palette PNG image (landscape)
Download razzle color palette PNG image (square)

Razzle color palette CSS

/* CSS */
.color-1 {
color: #c82d8f;
}
.color-2 {
color: #f1a7c1;
}
.color-3 {
color: #f7e4f1;
}
.color-4 {
color: #a6d8e7;
}
.color-5 {
color: #45b8c4;
}

/* CSS Variables */
:root {
--color-1: #c82d8f;
--color-2: #f1a7c1;
--color-3: #f7e4f1;
--color-4: #a6d8e7;
--color-5: #45b8c4;
}

Razzle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d8f, #f1a7c1, #f7e4f1, #a6d8e7, #45b8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d8f, #f1a7c1, #f7e4f1, #a6d8e7, #45b8c4);
}

Razzle color palette created on .