Incarnated カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Incarnated palette

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

Incarnated カラーパレット CSS

/* CSS */
.color-1 {
color: #f2a1b1;
}
.color-2 {
color: #f6c6c9;
}
.color-3 {
color: #f7e8ea;
}
.color-4 {
color: #dfd6f5;
}
.color-5 {
color: #a4c8df;
}

/* CSS Variables */
:root {
--color-1: #f2a1b1;
--color-2: #f6c6c9;
--color-3: #f7e8ea;
--color-4: #dfd6f5;
--color-5: #a4c8df;
}

Incarnated の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1b1, #f6c6c9, #f7e8ea, #dfd6f5, #a4c8df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1b1, #f6c6c9, #f7e8ea, #dfd6f5, #a4c8df);
}

Incarnated color palette created on .