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