Raphael Red Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Raphael Red Shades palette

Share this palette to:

Download Raphael Red Shades Color Palette (PNG)

Download raphael red shades color palette PNG image (landscape)
Download raphael red shades color palette PNG image (square)

Raphael Red Shades color palette CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #f56b80;
}
.color-3 {
color: #f9b4c5;
}
.color-4 {
color: #ffddc2;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #f56b80;
--color-3: #f9b4c5;
--color-4: #ffddc2;
--color-5: #ff8052;
}

Raphael Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #f56b80, #f9b4c5, #ffddc2, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #f56b80, #f9b4c5, #ffddc2, #ff8052);
}

Raphael Red Shades color palette created on .