Whispers of Belief Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Belief palette

Share this palette to:

Whispers of Belief color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f4dfb4;
}
.color-3 {
color: #f9c84e;
}
.color-4 {
color: #e86a4a;
}
.color-5 {
color: #b96e91;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f4dfb4;
--color-3: #f9c84e;
--color-4: #e86a4a;
--color-5: #b96e91;
}

Whispers of Belief background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f4dfb4, #f9c84e, #e86a4a, #b96e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f4dfb4, #f9c84e, #e86a4a, #b96e91);
}

Whispers of Belief color palette created on .