Luxury Ambition Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luxury Ambition palette

Share this palette to:

Luxury Ambition color palette PNG image

Download luxury ambition color palette PNG image (landscape)
Download luxury ambition color palette PNG image (square)

Luxury Ambition color palette CSS

/* CSS */
.color-1 {
color: #1e3967;
}
.color-2 {
color: #2c6d90;
}
.color-3 {
color: #4ab5b1;
}
.color-4 {
color: #f7c64b;
}
.color-5 {
color: #e67a4c;
}

/* CSS Variables */
:root {
--color-1: #1e3967;
--color-2: #2c6d90;
--color-3: #4ab5b1;
--color-4: #f7c64b;
--color-5: #e67a4c;
}

Luxury Ambition background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3967, #2c6d90, #4ab5b1, #f7c64b, #e67a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3967, #2c6d90, #4ab5b1, #f7c64b, #e67a4c);
}

Luxury Ambition color palette created on .