Soft Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Red palette

Condividi questa palette a:

tavolozza dei colori Soft Red CSS

/* CSS */
.color-1 {
color: #ced4de;
}
.color-2 {
color: #e3e7ed;
}
.color-3 {
color: #efbdc9;
}
.color-4 {
color: #f4d2d9;
}
.color-5 {
color: #faebed;
}

/* CSS Variables */
:root {
--color-1: #ced4de;
--color-2: #e3e7ed;
--color-3: #efbdc9;
--color-4: #f4d2d9;
--color-5: #faebed;
}

CSS con gradiente di sfondo Soft Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ced4de, #e3e7ed, #efbdc9, #f4d2d9, #faebed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ced4de, #e3e7ed, #efbdc9, #f4d2d9, #faebed);
}

Soft Red color palette created on .