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