Marie Antoinette カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Marie Antoinette palette

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

Marie Antoinette カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f5a8e0;
}
.color-3 {
color: #f2d15a;
}
.color-4 {
color: #e6c2a2;
}
.color-5 {
color: #c9a6c9;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f5a8e0;
--color-3: #f2d15a;
--color-4: #e6c2a2;
--color-5: #c9a6c9;
}

Marie Antoinette の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f5a8e0, #f2d15a, #e6c2a2, #c9a6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f5a8e0, #f2d15a, #e6c2a2, #c9a6c9);
}

Marie Antoinette color palette created on .