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