Lilly's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lilly's Dreamscape palette

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

Lilly's Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7c1;
}
.color-2 {
color: #ebb2ea;
}
.color-3 {
color: #d3b7e6;
}
.color-4 {
color: #a9c3e0;
}
.color-5 {
color: #7dd2e3;
}

/* CSS Variables */
:root {
--color-1: #f6a7c1;
--color-2: #ebb2ea;
--color-3: #d3b7e6;
--color-4: #a9c3e0;
--color-5: #7dd2e3;
}

Lilly's Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7c1, #ebb2ea, #d3b7e6, #a9c3e0, #7dd2e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7c1, #ebb2ea, #d3b7e6, #a9c3e0, #7dd2e3);
}

Lilly's Dreamscape color palette created on .