Starlit Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Starlit Oasis palette
Starlit Oasis カラーパレット (PNG) をダウンロード
Starlit Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #404e4f;
}
.color-3 {
color: #6b9e7f;
}
.color-4 {
color: #f1a65b;
}
.color-5 {
color: #f79e4a;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #404e4f;
--color-3: #6b9e7f;
--color-4: #f1a65b;
--color-5: #f79e4a;
}
Starlit Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #404e4f, #6b9e7f, #f1a65b, #f79e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #404e4f, #6b9e7f, #f1a65b, #f79e4a);
}
似たようなカラーパレット
Starlit Oasis color palette created on .