Fairy Tale Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fairy Tale Dreams palette

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

Fairy Tale Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7b8;
}
.color-2 {
color: #f9c3b4;
}
.color-3 {
color: #f5e68e;
}
.color-4 {
color: #a1d581;
}
.color-5 {
color: #65b7e7;
}

/* CSS Variables */
:root {
--color-1: #f6a7b8;
--color-2: #f9c3b4;
--color-3: #f5e68e;
--color-4: #a1d581;
--color-5: #65b7e7;
}

Fairy Tale Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b8, #f9c3b4, #f5e68e, #a1d581, #65b7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b8, #f9c3b4, #f5e68e, #a1d581, #65b7e7);
}

Fairy Tale Dreams color palette created on .