Paleta de colores Pastel Red Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Red Elegance palette

Compartir esta paleta en:

Descargar la paleta de colores Pastel Red Elegance (PNG)

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

CSS de la paleta de colores Pastel Red Elegance

/* 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;
}

CSS del degradado de fondo Pastel Red Elegance

/* 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 .