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