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