Heavenly Arsenal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heavenly Arsenal palette

Share this palette to:

Heavenly Arsenal color palette CSS

/* CSS */
.color-1 {
color: #f7eeef;
}
.color-2 {
color: #efd2d8;
}
.color-3 {
color: #e3bfe8;
}
.color-4 {
color: #c9d8e8;
}
.color-5 {
color: #aacfe4;
}

/* CSS Variables */
:root {
--color-1: #f7eeef;
--color-2: #efd2d8;
--color-3: #e3bfe8;
--color-4: #c9d8e8;
--color-5: #aacfe4;
}

Heavenly Arsenal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7eeef, #efd2d8, #e3bfe8, #c9d8e8, #aacfe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7eeef, #efd2d8, #e3bfe8, #c9d8e8, #aacfe4);
}

Heavenly Arsenal color palette created on .