Undead Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Undead Oasis palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Undead Oasis カラーパレット (PNG) をダウンロード
Undead Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #f2e7a1;
}
.color-2 {
color: #c5d7a7;
}
.color-3 {
color: #a7b9b3;
}
.color-4 {
color: #8eafac;
}
.color-5 {
color: #5f9fa5;
}
/* CSS Variables */
:root {
--color-1: #f2e7a1;
--color-2: #c5d7a7;
--color-3: #a7b9b3;
--color-4: #8eafac;
--color-5: #5f9fa5;
}
Undead Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7a1, #c5d7a7, #a7b9b3, #8eafac, #5f9fa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7a1, #c5d7a7, #a7b9b3, #8eafac, #5f9fa5);
}
似たようなカラーパレット
Undead Oasis color palette created on .