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