Digital Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Digital Dawn palette

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

Digital Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1f2a;
}
.color-2 {
color: #3b4f8c;
}
.color-3 {
color: #5e7097;
}
.color-4 {
color: #b62f3a;
}
.color-5 {
color: #ff0000;
}

/* CSS Variables */
:root {
--color-1: #1e1f2a;
--color-2: #3b4f8c;
--color-3: #5e7097;
--color-4: #b62f3a;
--color-5: #ff0000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f2a, #3b4f8c, #5e7097, #b62f3a, #ff0000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f2a, #3b4f8c, #5e7097, #b62f3a, #ff0000);
}

Digital Dawn color palette created on .