Dull Eyes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dull Eyes palette

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

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

Download dull eyes color palette PNG image (landscape)
Download dull eyes color palette PNG image (square)

Dull Eyes カラーパレット CSS

/* CSS */
.color-1 {
color: #9fb3c1;
}
.color-2 {
color: #b5c9d9;
}
.color-3 {
color: #d6e3e6;
}
.color-4 {
color: #f0c1c5;
}
.color-5 {
color: #efa69f;
}

/* CSS Variables */
:root {
--color-1: #9fb3c1;
--color-2: #b5c9d9;
--color-3: #d6e3e6;
--color-4: #f0c1c5;
--color-5: #efa69f;
}

Dull Eyes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fb3c1, #b5c9d9, #d6e3e6, #f0c1c5, #efa69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fb3c1, #b5c9d9, #d6e3e6, #f0c1c5, #efa69f);
}

Dull Eyes color palette created on .