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