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