Matthew's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Matthew's Dreamscape palette

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

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

/* CSS */
.color-1 {
color: #6e90bf;
}
.color-2 {
color: #8eb1d7;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #f2b75a;
}
.color-5 {
color: #f35d58;
}

/* CSS Variables */
:root {
--color-1: #6e90bf;
--color-2: #8eb1d7;
--color-3: #a3d4e0;
--color-4: #f2b75a;
--color-5: #f35d58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e90bf, #8eb1d7, #a3d4e0, #f2b75a, #f35d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e90bf, #8eb1d7, #a3d4e0, #f2b75a, #f35d58);
}

Matthew's Dreamscape color palette created on .