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