Whispers of the Divine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of the Divine palette

Share this palette to:

Whispers of the Divine color palette CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #a26d93;
}
.color-3 {
color: #6d3c5f;
}
.color-4 {
color: #3a1d33;
}
.color-5 {
color: #9c4965;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #a26d93;
--color-3: #6d3c5f;
--color-4: #3a1d33;
--color-5: #9c4965;
}

Whispers of the Divine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #a26d93, #6d3c5f, #3a1d33, #9c4965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #a26d93, #6d3c5f, #3a1d33, #9c4965);
}

Whispers of the Divine color palette created on .