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