Lucy in Pastel Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lucy in Pastel Dreams palette

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

Lucy in Pastel Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fce4a1;
}
.color-3 {
color: #f9ebae;
}
.color-4 {
color: #a7e2d4;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fce4a1;
--color-3: #f9ebae;
--color-4: #a7e2d4;
--color-5: #b1e0e7;
}

Lucy in Pastel Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fce4a1, #f9ebae, #a7e2d4, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fce4a1, #f9ebae, #a7e2d4, #b1e0e7);
}

Lucy in Pastel Dreams color palette created on .