Enchanted Blossom Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Blossom Dream palette

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

Enchanted Blossom Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7c5;
}
.color-2 {
color: #f6d0df;
}
.color-3 {
color: #efc3e6;
}
.color-4 {
color: #e8b0e7;
}
.color-5 {
color: #d39fd6;
}

/* CSS Variables */
:root {
--color-1: #f1a7c5;
--color-2: #f6d0df;
--color-3: #efc3e6;
--color-4: #e8b0e7;
--color-5: #d39fd6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c5, #f6d0df, #efc3e6, #e8b0e7, #d39fd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c5, #f6d0df, #efc3e6, #e8b0e7, #d39fd6);
}

Enchanted Blossom Dream color palette created on .