Thank You Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Thank You Sunset palette

Share this palette to:

Thank You Sunset color palette PNG image

Download thank you sunset color palette PNG image (landscape)
Download thank you sunset color palette PNG image (square)

Thank You Sunset color palette CSS

/* CSS */
.color-1 {
color: #f7b1a6;
}
.color-2 {
color: #f7d3a6;
}
.color-3 {
color: #f7e7a6;
}
.color-4 {
color: #a6e7f7;
}
.color-5 {
color: #a6aff7;
}

/* CSS Variables */
:root {
--color-1: #f7b1a6;
--color-2: #f7d3a6;
--color-3: #f7e7a6;
--color-4: #a6e7f7;
--color-5: #a6aff7;
}

Thank You Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a6, #f7d3a6, #f7e7a6, #a6e7f7, #a6aff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a6, #f7d3a6, #f7e7a6, #a6e7f7, #a6aff7);
}

Thank You Sunset color palette created on .