Emoji Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emoji Dreamscape palette

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

Emoji Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #fec9c3;
}
.color-2 {
color: #ffb3e7;
}
.color-3 {
color: #a1e0e8;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #4bbead;
}

/* CSS Variables */
:root {
--color-1: #fec9c3;
--color-2: #ffb3e7;
--color-3: #a1e0e8;
--color-4: #6ed4cf;
--color-5: #4bbead;
}

Emoji Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fec9c3, #ffb3e7, #a1e0e8, #6ed4cf, #4bbead);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fec9c3, #ffb3e7, #a1e0e8, #6ed4cf, #4bbead);
}

Emoji Dreamscape color palette created on .