60s Soft Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 60s Soft palette
60s Soft color palette PNG image
60s Soft color palette CSS
/* CSS */
.color-1 {
color: #f0e4b2;
}
.color-2 {
color: #c7d58b;
}
.color-3 {
color: #a5bad5;
}
.color-4 {
color: #f4a4b9;
}
.color-5 {
color: #f05c6d;
}
/* CSS Variables */
:root {
--color-1: #f0e4b2;
--color-2: #c7d58b;
--color-3: #a5bad5;
--color-4: #f4a4b9;
--color-5: #f05c6d;
}
60s Soft background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e4b2, #c7d58b, #a5bad5, #f4a4b9, #f05c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e4b2, #c7d58b, #a5bad5, #f4a4b9, #f05c6d);
}
Similar color palettes
Scroll down to explore 3 60s color palettes
60s Soft color palette created on .