Calm and Happy 70s Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calm and Happy 70s palette

Share this palette to:

Calm and Happy 70s color palette PNG image

Download calm and happy 70s color palette PNG image (landscape)
Download calm and happy 70s color palette PNG image (square)

Calm and Happy 70s color palette CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #3b8dba;
}
.color-3 {
color: #f15bb5;
}
.color-4 {
color: #00b3aa;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #3b8dba;
--color-3: #f15bb5;
--color-4: #00b3aa;
--color-5: #ff6e61;
}

Calm and Happy 70s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #3b8dba, #f15bb5, #00b3aa, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #3b8dba, #f15bb5, #00b3aa, #ff6e61);
}

Calm and Happy 70s color palette created on .