Digital Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Digital Harmony palette

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

Digital Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f24f21;
}
.color-2 {
color: #7db800;
}
.color-3 {
color: #00a4f0;
}
.color-4 {
color: #00b0e0;
}
.color-5 {
color: #a100b3;
}

/* CSS Variables */
:root {
--color-1: #f24f21;
--color-2: #7db800;
--color-3: #00a4f0;
--color-4: #00b0e0;
--color-5: #a100b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f24f21, #7db800, #00a4f0, #00b0e0, #a100b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f24f21, #7db800, #00a4f0, #00b0e0, #a100b3);
}

Digital Harmony color palette created on .