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