Quarantine Quarters カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Quarantine Quarters palette
Quarantine Quarters カラーパレット CSS
/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #5c5d51;
}
.color-3 {
color: #8d8e6b;
}
.color-4 {
color: #c7c87e;
}
.color-5 {
color: #e2d9b1;
}
/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #5c5d51;
--color-3: #8d8e6b;
--color-4: #c7c87e;
--color-5: #e2d9b1;
}
Quarantine Quarters の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #5c5d51, #8d8e6b, #c7c87e, #e2d9b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #5c5d51, #8d8e6b, #c7c87e, #e2d9b1);
}
似たようなカラーパレット
下にスクロールして300+個のアーシーカラーパレットを探索しましょう
Quarantine Quarters color palette created on .