Dull Eyes カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dull Eyes palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Dull Eyes カラーパレット (PNG) をダウンロード
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 .