Shades of Pampas カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Pampas palette
Shades of Pampas カラーパレット CSS
/* CSS */
.color-1 {
color: #f5f3f0;
}
.color-2 {
color: #e7d3c5;
}
.color-3 {
color: #d1b69f;
}
.color-4 {
color: #b78c76;
}
.color-5 {
color: #a15a4a;
}
/* CSS Variables */
:root {
--color-1: #f5f3f0;
--color-2: #e7d3c5;
--color-3: #d1b69f;
--color-4: #b78c76;
--color-5: #a15a4a;
}
Shades of Pampas の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f3f0, #e7d3c5, #d1b69f, #b78c76, #a15a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f3f0, #e7d3c5, #d1b69f, #b78c76, #a15a4a);
}
似たようなカラーパレット
Shades of Pampas color palette created on .