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