Whispers of Akutagawa Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Akutagawa palette

Share this palette to:

Whispers of Akutagawa color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #c8d5d4;
}
.color-3 {
color: #799a92;
}
.color-4 {
color: #4d6a64;
}
.color-5 {
color: #2c3a36;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #c8d5d4;
--color-3: #799a92;
--color-4: #4d6a64;
--color-5: #2c3a36;
}

Whispers of Akutagawa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #c8d5d4, #799a92, #4d6a64, #2c3a36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #c8d5d4, #799a92, #4d6a64, #2c3a36);
}

Whispers of Akutagawa color palette created on .