Amarallys Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amarallys palette

Share this palette to:

Amarallys color palette CSS

/* CSS */
.color-1 {
color: #ffe18f;
}
.color-2 {
color: #ffb375;
}
.color-3 {
color: #ff7e57;
}
.color-4 {
color: #fe2f6d;
}
.color-5 {
color: #f609cf;
}

/* CSS Variables */
:root {
--color-1: #ffe18f;
--color-2: #ffb375;
--color-3: #ff7e57;
--color-4: #fe2f6d;
--color-5: #f609cf;
}

Amarallys background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe18f, #ffb375, #ff7e57, #fe2f6d, #f609cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe18f, #ffb375, #ff7e57, #fe2f6d, #f609cf);
}

Amarallys color palette created on .