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