Soft Rose Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Rose Red palette

Condividi questa palette a:

Scarica la tavolozza dei colori Soft Rose Red (PNG)

Download soft rose red color palette PNG image (landscape)
Download soft rose red color palette PNG image (square)

tavolozza dei colori Soft Rose Red CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ff4d4f;
}
.color-3 {
color: #d54d4d;
}
.color-4 {
color: #7b2d3d;
}
.color-5 {
color: #412a2f;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ff4d4f;
--color-3: #d54d4d;
--color-4: #7b2d3d;
--color-5: #412a2f;
}

CSS con gradiente di sfondo Soft Rose Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ff4d4f, #d54d4d, #7b2d3d, #412a2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ff4d4f, #d54d4d, #7b2d3d, #412a2f);
}

Soft Rose Red color palette created on .