Ethereal Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Blossom palette

このパレットを共有する先:

Ethereal Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d5e;
}
.color-4 {
color: #ff2e62;
}
.color-5 {
color: #d60032;
}

/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #ff7092;
--color-3: #ff4d5e;
--color-4: #ff2e62;
--color-5: #d60032;
}

Ethereal Blossom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #ff7092, #ff4d5e, #ff2e62, #d60032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #ff7092, #ff4d5e, #ff2e62, #d60032);
}

Ethereal Blossom color palette created on .