Black Pearl Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Black Pearl Delight palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Black Pearl Delight カラーパレット (PNG) をダウンロード
Black Pearl Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #2b2e31;
}
.color-2 {
color: #4b5458;
}
.color-3 {
color: #6f8d9b;
}
.color-4 {
color: #c3b192;
}
.color-5 {
color: #d6b65c;
}
/* CSS Variables */
:root {
--color-1: #2b2e31;
--color-2: #4b5458;
--color-3: #6f8d9b;
--color-4: #c3b192;
--color-5: #d6b65c;
}
Black Pearl Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2e31, #4b5458, #6f8d9b, #c3b192, #d6b65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2e31, #4b5458, #6f8d9b, #c3b192, #d6b65c);
}
似たようなカラーパレット
Black Pearl Delight color palette created on .