Digital Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Digital Dawn palette

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

Digital Dawn カラーパレット (PNG) をダウンロード

Download digital dawn color palette PNG image (landscape)
Download digital dawn color palette PNG image (square)

Digital Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e4d;
}
.color-2 {
color: #3a5b83;
}
.color-3 {
color: #5db5d5;
}
.color-4 {
color: #9ed5f0;
}
.color-5 {
color: #f0e9c7;
}

/* CSS Variables */
:root {
--color-1: #1e1e4d;
--color-2: #3a5b83;
--color-3: #5db5d5;
--color-4: #9ed5f0;
--color-5: #f0e9c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e4d, #3a5b83, #5db5d5, #9ed5f0, #f0e9c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e4d, #3a5b83, #5db5d5, #9ed5f0, #f0e9c7);
}

Digital Dawn color palette created on .