Luka's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Luka's Dreamscape palette

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

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

/* CSS */
.color-1 {
color: #f6a7b4;
}
.color-2 {
color: #ffce8a;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #a9e5b4;
}
.color-5 {
color: #4a95f7;
}

/* CSS Variables */
:root {
--color-1: #f6a7b4;
--color-2: #ffce8a;
--color-3: #f7e6a1;
--color-4: #a9e5b4;
--color-5: #4a95f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b4, #ffce8a, #f7e6a1, #a9e5b4, #4a95f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b4, #ffce8a, #f7e6a1, #a9e5b4, #4a95f7);
}

Luka's Dreamscape color palette created on .