Harmony of Onigiri カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Harmony of Onigiri palette

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

Harmony of Onigiri カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e7b4;
}
.color-2 {
color: #d3a1b8;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #6a9bc8;
}
.color-5 {
color: #2e4a7f;
}

/* CSS Variables */
:root {
--color-1: #f8e7b4;
--color-2: #d3a1b8;
--color-3: #a3c7e0;
--color-4: #6a9bc8;
--color-5: #2e4a7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7b4, #d3a1b8, #a3c7e0, #6a9bc8, #2e4a7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7b4, #d3a1b8, #a3c7e0, #6a9bc8, #2e4a7f);
}

Harmony of Onigiri color palette created on .