Digital Dialogue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Digital Dialogue palette

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

Digital Dialogue カラーパレット CSS

/* CSS */
.color-1 {
color: #a9d6e5;
}
.color-2 {
color: #fbda8e;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #6a7b8a;
}
.color-5 {
color: #e0c2b3;
}

/* CSS Variables */
:root {
--color-1: #a9d6e5;
--color-2: #fbda8e;
--color-3: #ff6b6b;
--color-4: #6a7b8a;
--color-5: #e0c2b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6e5, #fbda8e, #ff6b6b, #6a7b8a, #e0c2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6e5, #fbda8e, #ff6b6b, #6a7b8a, #e0c2b3);
}

Digital Dialogue color palette created on .