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