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