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