Soft Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Red palette
Soft Red color palette 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;
}
Soft Red background gradient CSS
/* 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);
}
Similar color palettes
Soft Red color palette created on .