Digital Dialogue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Digital Dialogue palette

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

Digital Dialogue カラーパレット CSS

/* CSS */
.color-1 {
color: #1e8bbe;
}
.color-2 {
color: #40c2c9;
}
.color-3 {
color: #7ae6c0;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #1e8bbe;
--color-2: #40c2c9;
--color-3: #7ae6c0;
--color-4: #f1c40e;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8bbe, #40c2c9, #7ae6c0, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8bbe, #40c2c9, #7ae6c0, #f1c40e, #e74d3c);
}

Digital Dialogue color palette created on .