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