AJ Prodigy Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with AJ Prodigy Sunset palette

Share this palette to:

AJ Prodigy Sunset color palette CSS

/* CSS */
.color-1 {
color: #492c2f;
}
.color-2 {
color: #9f5c5b;
}
.color-3 {
color: #c2a070;
}
.color-4 {
color: #e5d58a;
}
.color-5 {
color: #f1b6a2;
}

/* CSS Variables */
:root {
--color-1: #492c2f;
--color-2: #9f5c5b;
--color-3: #c2a070;
--color-4: #e5d58a;
--color-5: #f1b6a2;
}

AJ Prodigy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2f, #9f5c5b, #c2a070, #e5d58a, #f1b6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2f, #9f5c5b, #c2a070, #e5d58a, #f1b6a2);
}

Similar color palettes

AJ Prodigy Sunset color palette created on .