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