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