Dreamy Enchantment カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Enchantment palette

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

Dreamy Enchantment カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #f7c5a1;
}
.color-4 {
color: #f9ebae;
}
.color-5 {
color: #f4b3e1;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f1a7b3;
--color-3: #f7c5a1;
--color-4: #f9ebae;
--color-5: #f4b3e1;
}

Dreamy Enchantment の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f1a7b3, #f7c5a1, #f9ebae, #f4b3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f1a7b3, #f7c5a1, #f9ebae, #f4b3e1);
}

Dreamy Enchantment color palette created on .