Writing On The Wall カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Writing On The Wall palette
Writing On The Wall カラー パレット PNG 画像
Writing On The Wall カラーパレット CSS
/* CSS */
.color-1 {
color: #d9b2a6;
}
.color-2 {
color: #e6b7c1;
}
.color-3 {
color: #f6cbe5;
}
.color-4 {
color: #f2e2d4;
}
.color-5 {
color: #c5f2e7;
}
/* CSS Variables */
:root {
--color-1: #d9b2a6;
--color-2: #e6b7c1;
--color-3: #f6cbe5;
--color-4: #f2e2d4;
--color-5: #c5f2e7;
}
Writing On The Wall の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b2a6, #e6b7c1, #f6cbe5, #f2e2d4, #c5f2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b2a6, #e6b7c1, #f6cbe5, #f2e2d4, #c5f2e7);
}
似たようなカラーパレット
Writing On The Wall color palette created on .