Pink Isabella カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Isabella palette

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

Pink Isabella カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c8d3;
}
.color-2 {
color: #f5b2c1;
}
.color-3 {
color: #f19da9;
}
.color-4 {
color: #eb7a9c;
}
.color-5 {
color: #e05281;
}

/* CSS Variables */
:root {
--color-1: #f9c8d3;
--color-2: #f5b2c1;
--color-3: #f19da9;
--color-4: #eb7a9c;
--color-5: #e05281;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d3, #f5b2c1, #f19da9, #eb7a9c, #e05281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d3, #f5b2c1, #f19da9, #eb7a9c, #e05281);
}

Pink Isabella color palette created on .