Mya's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mya's Dreamscape palette

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

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

/* CSS */
.color-1 {
color: #f0b6b2;
}
.color-2 {
color: #f9d89f;
}
.color-3 {
color: #f9e8a4;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #b2e1c9;
}

/* CSS Variables */
:root {
--color-1: #f0b6b2;
--color-2: #f9d89f;
--color-3: #f9e8a4;
--color-4: #a8d3e1;
--color-5: #b2e1c9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6b2, #f9d89f, #f9e8a4, #a8d3e1, #b2e1c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6b2, #f9d89f, #f9e8a4, #a8d3e1, #b2e1c9);
}

Mya's Dreamscape color palette created on .