Pink Ivan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Ivan palette

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

Pink Ivan カラーパレット CSS

/* CSS */
.color-1 {
color: #f8cab4;
}
.color-2 {
color: #f7a4a1;
}
.color-3 {
color: #f28c98;
}
.color-4 {
color: #e57196;
}
.color-5 {
color: #d4598a;
}

/* CSS Variables */
:root {
--color-1: #f8cab4;
--color-2: #f7a4a1;
--color-3: #f28c98;
--color-4: #e57196;
--color-5: #d4598a;
}

Pink Ivan の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cab4, #f7a4a1, #f28c98, #e57196, #d4598a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cab4, #f7a4a1, #f28c98, #e57196, #d4598a);
}

Pink Ivan color palette created on .