Rabid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rabid palette

Share this palette to:

Rabid color palette PNG image

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

Rabid color palette CSS

/* CSS */
.color-1 {
color: #c92c4e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f9d25d;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #c92c4e;
--color-2: #f5a524;
--color-3: #f9d25d;
--color-4: #7fd959;
--color-5: #4b91e2;
}

Rabid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c4e, #f5a524, #f9d25d, #7fd959, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c4e, #f5a524, #f9d25d, #7fd959, #4b91e2);
}

Rabid color palette created on .