Whispers of Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Harmony palette

このパレットを共有する先:

Whispers of Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f5b2b6;
}
.color-3 {
color: #f5a15b;
}
.color-4 {
color: #f2d950;
}
.color-5 {
color: #a2d76a;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f5b2b6;
--color-3: #f5a15b;
--color-4: #f2d950;
--color-5: #a2d76a;
}

Whispers of Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f5b2b6, #f5a15b, #f2d950, #a2d76a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f5b2b6, #f5a15b, #f2d950, #a2d76a);
}

Whispers of Harmony color palette created on .