Turquoise Oasis カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Turquoise Oasis palette
Turquoise Oasis カラー パレット PNG 画像
Turquoise Oasis カラーパレット CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #007a6c;
}
.color-3 {
color: #004d40;
}
.color-4 {
color: #80cbc4;
}
.color-5 {
color: #26a699;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #007a6c;
--color-3: #004d40;
--color-4: #80cbc4;
--color-5: #26a699;
}
Turquoise Oasis の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #007a6c, #004d40, #80cbc4, #26a699);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #007a6c, #004d40, #80cbc4, #26a699);
}
似たようなカラーパレット
Turquoise Oasis color palette created on .