Pastel Red Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Red Elegance palette

Share this palette to:

Download Pastel Red Elegance Color Palette (PNG)

Download pastel red elegance color palette PNG image (landscape)
Download pastel red elegance color palette PNG image (square)

Pastel Red Elegance color palette CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffb8b8;
}
.color-3 {
color: #333333;
}
.color-4 {
color: #f8d3d3;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffb8b8;
--color-3: #333333;
--color-4: #f8d3d3;
--color-5: #ff4d4d;
}

Pastel Red Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffb8b8, #333333, #f8d3d3, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffb8b8, #333333, #f8d3d3, #ff4d4d);
}

Pastel Red Elegance color palette created on .