Whispers of Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Harmony palette

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

Whispers of Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f3d5a0;
}
.color-2 {
color: #f1b6b9;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #a2c6e7;
}
.color-5 {
color: #4a9cd3;
}

/* CSS Variables */
:root {
--color-1: #f3d5a0;
--color-2: #f1b6b9;
--color-3: #eab8e4;
--color-4: #a2c6e7;
--color-5: #4a9cd3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d5a0, #f1b6b9, #eab8e4, #a2c6e7, #4a9cd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d5a0, #f1b6b9, #eab8e4, #a2c6e7, #4a9cd3);
}

Whispers of Harmony color palette created on .