Retro Sunrise Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Sunrise Bliss palette

Share this palette to:

Retro Sunrise Bliss color palette PNG image

Download retro sunrise bliss color palette PNG image (landscape)
Download retro sunrise bliss color palette PNG image (square)

Retro Sunrise Bliss color palette CSS

/* CSS */
.color-1 {
color: #f73218;
}
.color-2 {
color: #f8771b;
}
.color-3 {
color: #f8951b;
}
.color-4 {
color: #f9bb1f;
}
.color-5 {
color: #fac929;
}

/* CSS Variables */
:root {
--color-1: #f73218;
--color-2: #f8771b;
--color-3: #f8951b;
--color-4: #f9bb1f;
--color-5: #fac929;
}

Retro Sunrise Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f73218, #f8771b, #f8951b, #f9bb1f, #fac929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f73218, #f8771b, #f8951b, #f9bb1f, #fac929);
}

Retro Sunrise Bliss color palette created on .