Ethereal Waves カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ethereal Waves palette
Ethereal Waves カラーパレット CSS
/* CSS */
.color-1 {
color: #5c2b6e;
}
.color-2 {
color: #c48c4f;
}
.color-3 {
color: #f5e29e;
}
.color-4 {
color: #a6d8e3;
}
.color-5 {
color: #4b9daa;
}
/* CSS Variables */
:root {
--color-1: #5c2b6e;
--color-2: #c48c4f;
--color-3: #f5e29e;
--color-4: #a6d8e3;
--color-5: #4b9daa;
}
Ethereal Waves の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2b6e, #c48c4f, #f5e29e, #a6d8e3, #4b9daa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2b6e, #c48c4f, #f5e29e, #a6d8e3, #4b9daa);
}
似たようなカラーパレット
下にスクロールして40+個のエステティックカラーパレットを探索しましょう
Ethereal Waves color palette created on .