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