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