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