Dull 80s カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dull 80s palette
Dull 80s カラー パレット PNG 画像
Dull 80s カラーパレット CSS
/* CSS */
.color-1 {
color: #b5c0d9;
}
.color-2 {
color: #f0b44c;
}
.color-3 {
color: #e8a96d;
}
.color-4 {
color: #d5676e;
}
.color-5 {
color: #7c4c94;
}
/* CSS Variables */
:root {
--color-1: #b5c0d9;
--color-2: #f0b44c;
--color-3: #e8a96d;
--color-4: #d5676e;
--color-5: #7c4c94;
}
Dull 80s の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c0d9, #f0b44c, #e8a96d, #d5676e, #7c4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c0d9, #f0b44c, #e8a96d, #d5676e, #7c4c94);
}
似たようなカラーパレット
Dull 80s color palette created on .