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