60s Space Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 60s Space palette
60s Space color palette PNG image
60s Space color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d8d8d;
}
.color-3 {
color: #d5c3aa;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #3b4a59;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d8d8d;
--color-3: #d5c3aa;
--color-4: #f7e1b6;
--color-5: #3b4a59;
}
60s Space background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d8d8d, #d5c3aa, #f7e1b6, #3b4a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d8d8d, #d5c3aa, #f7e1b6, #3b4a59);
}
Similar color palettes
60s Space color palette created on .