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