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