Blue Amentia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Amentia palette

Share this palette to:

Blue Amentia color palette CSS

/* CSS */
.color-1 {
color: #f6a56f;
}
.color-2 {
color: #f6d19d;
}
.color-3 {
color: #97c4b4;
}
.color-4 {
color: #59b5e3;
}
.color-5 {
color: #518cec;
}

/* CSS Variables */
:root {
--color-1: #f6a56f;
--color-2: #f6d19d;
--color-3: #97c4b4;
--color-4: #59b5e3;
--color-5: #518cec;
}

Blue Amentia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a56f, #f6d19d, #97c4b4, #59b5e3, #518cec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a56f, #f6d19d, #97c4b4, #59b5e3, #518cec);
}

Blue Amentia color palette created on .