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