Blush and Charcoal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blush and Charcoal palette
Blush and Charcoal カラーパレット (PNG) をダウンロード
Blush and Charcoal カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a3b9;
}
.color-2 {
color: #3b2b2b;
}
.color-3 {
color: #6f4d4d;
}
.color-4 {
color: #f1c1d2;
}
.color-5 {
color: #3a0d2c;
}
/* CSS Variables */
:root {
--color-1: #f0a3b9;
--color-2: #3b2b2b;
--color-3: #6f4d4d;
--color-4: #f1c1d2;
--color-5: #3a0d2c;
}
Blush and Charcoal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3b9, #3b2b2b, #6f4d4d, #f1c1d2, #3a0d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3b9, #3b2b2b, #6f4d4d, #f1c1d2, #3a0d2c);
}
似たようなカラーパレット
Blush and Charcoal color palette created on .