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