Crimson Tide Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Crimson Tide Oasis palette
Image Gallery
Crimson Tide Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #c5b37d;
}
.color-2 {
color: #fa0400;
}
.color-3 {
color: #254556;
}
.color-4 {
color: #123b4f;
}
.color-5 {
color: #072840;
}
/* CSS Variables */
:root {
--color-1: #c5b37d;
--color-2: #fa0400;
--color-3: #254556;
--color-4: #123b4f;
--color-5: #072840;
}
Crimson Tide Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5b37d, #fa0400, #254556, #123b4f, #072840);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5b37d, #fa0400, #254556, #123b4f, #072840);
}
似たようなカラーパレット
Crimson Tide Oasis color palette created on .