Melian Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Melian Dreamscape palette

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

Melian Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #3f89c6;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f6d55a;
--color-3: #3f89c6;
--color-4: #2b3d50;
--color-5: #e63746;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f6d55a, #3f89c6, #2b3d50, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f6d55a, #3f89c6, #2b3d50, #e63746);
}

Melian Dreamscape color palette created on .