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