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