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