Elliott's Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Elliott's Oasis palette
Elliott's Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #1f8c8e;
}
.color-2 {
color: #34b2b2;
}
.color-3 {
color: #6ec9a6;
}
.color-4 {
color: #9fdfd6;
}
.color-5 {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--color-1: #1f8c8e;
--color-2: #34b2b2;
--color-3: #6ec9a6;
--color-4: #9fdfd6;
--color-5: #f4cf3e;
}
Elliott's Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8c8e, #34b2b2, #6ec9a6, #9fdfd6, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8c8e, #34b2b2, #6ec9a6, #9fdfd6, #f4cf3e);
}
似たようなカラーパレット
Elliott's Oasis color palette created on .