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