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