Whispers of Hashinia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Hashinia palette

Share this palette to:

Whispers of Hashinia color palette CSS

/* CSS */
.color-1 {
color: #f8c3b4;
}
.color-2 {
color: #e0a3d5;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #39ac8a;
}
.color-5 {
color: #f6d8a7;
}

/* CSS Variables */
:root {
--color-1: #f8c3b4;
--color-2: #e0a3d5;
--color-3: #a2c7e7;
--color-4: #39ac8a;
--color-5: #f6d8a7;
}

Whispers of Hashinia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c3b4, #e0a3d5, #a2c7e7, #39ac8a, #f6d8a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c3b4, #e0a3d5, #a2c7e7, #39ac8a, #f6d8a7);
}

Whispers of Hashinia color palette created on .