Ethereal Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Blossoms palette

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

Ethereal Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f8db1b;
}
.color-2 {
color: #f7b8a1;
}
.color-3 {
color: #f36888;
}
.color-4 {
color: #b95b9b;
}
.color-5 {
color: #8b4aba;
}

/* CSS Variables */
:root {
--color-1: #f8db1b;
--color-2: #f7b8a1;
--color-3: #f36888;
--color-4: #b95b9b;
--color-5: #8b4aba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8db1b, #f7b8a1, #f36888, #b95b9b, #8b4aba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8db1b, #f7b8a1, #f36888, #b95b9b, #8b4aba);
}

Ethereal Blossoms color palette created on .