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