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