Matheus Levi カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Matheus Levi palette

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

Matheus Levi カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8c9;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #fca7a1;
}
.color-4 {
color: #f77889;
}
.color-5 {
color: #d95e7b;
}

/* CSS Variables */
:root {
--color-1: #eab8c9;
--color-2: #f4b69f;
--color-3: #fca7a1;
--color-4: #f77889;
--color-5: #d95e7b;
}

Matheus Levi の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c9, #f4b69f, #fca7a1, #f77889, #d95e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c9, #f4b69f, #fca7a1, #f77889, #d95e7b);
}

Matheus Levi color palette created on .