Sunset Agung Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Agung palette

Share this palette to:

Sunset Agung color palette CSS

/* CSS */
.color-1 {
color: #ff7e3d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe18f;
}
.color-4 {
color: #a6d7e8;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #ff7e3d;
--color-2: #ffb84d;
--color-3: #ffe18f;
--color-4: #a6d7e8;
--color-5: #4eb7ac;
}

Sunset Agung background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e3d, #ffb84d, #ffe18f, #a6d7e8, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e3d, #ffb84d, #ffe18f, #a6d7e8, #4eb7ac);
}

Sunset Agung color palette created on .