Maria Robotnik カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Maria Robotnik palette

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

Maria Robotnik カラー パレット PNG 画像

Download maria robotnik color palette PNG image (landscape)
Download maria robotnik color palette PNG image (square)

Maria Robotnik カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b7d1;
}
.color-2 {
color: #c97eb7;
}
.color-3 {
color: #a65e8c;
}
.color-4 {
color: #6b3d5c;
}
.color-5 {
color: #2e2c49;
}

/* CSS Variables */
:root {
--color-1: #e1b7d1;
--color-2: #c97eb7;
--color-3: #a65e8c;
--color-4: #6b3d5c;
--color-5: #2e2c49;
}

Maria Robotnik の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d1, #c97eb7, #a65e8c, #6b3d5c, #2e2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d1, #c97eb7, #a65e8c, #6b3d5c, #2e2c49);
}

Maria Robotnik color palette created on .