Soft Revisions Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Revisions palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Revisions Color Palette (PNG)
Soft Revisions color palette CSS
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f5cac2;
}
.color-3 {
color: #f0e4c7;
}
.color-4 {
color: #e3f0d6;
}
.color-5 {
color: #c1e7e7;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f5cac2;
--color-3: #f0e4c7;
--color-4: #e3f0d6;
--color-5: #c1e7e7;
}
Soft Revisions background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f5cac2, #f0e4c7, #e3f0d6, #c1e7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f5cac2, #f0e4c7, #e3f0d6, #c1e7e7);
}
Similar color palettes
Soft Revisions color palette created on .