Modest Early 1960's Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Modest Early 1960's palette

Share this palette to:

Modest Early 1960's color palette PNG image

Download modest early 1960's color palette PNG image (landscape)
Download modest early 1960's color palette PNG image (square)

Modest Early 1960's color palette CSS

/* CSS */
.color-1 {
color: #f3c8a0;
}
.color-2 {
color: #d8aa9d;
}
.color-3 {
color: #b68b8c;
}
.color-4 {
color: #a66e8b;
}
.color-5 {
color: #6a4b8b;
}

/* CSS Variables */
:root {
--color-1: #f3c8a0;
--color-2: #d8aa9d;
--color-3: #b68b8c;
--color-4: #a66e8b;
--color-5: #6a4b8b;
}

Modest Early 1960's background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c8a0, #d8aa9d, #b68b8c, #a66e8b, #6a4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c8a0, #d8aa9d, #b68b8c, #a66e8b, #6a4b8b);
}

Modest Early 1960's color palette created on .