Allie's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Allie's Dreamscape palette

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

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

/* CSS */
.color-1 {
color: #f99fb6;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #a4d695;
}
.color-4 {
color: #6bb2e1;
}
.color-5 {
color: #3b4e78;
}

/* CSS Variables */
:root {
--color-1: #f99fb6;
--color-2: #f6d12c;
--color-3: #a4d695;
--color-4: #6bb2e1;
--color-5: #3b4e78;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99fb6, #f6d12c, #a4d695, #6bb2e1, #3b4e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99fb6, #f6d12c, #a4d695, #6bb2e1, #3b4e78);
}

Allie's Dreamscape color palette created on .