Pink Kitty カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Kitty palette

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

Pink Kitty カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a1b7;
}
.color-2 {
color: #f6d9c6;
}
.color-3 {
color: #f2e1b5;
}
.color-4 {
color: #b5e3c7;
}
.color-5 {
color: #9fc1df;
}

/* CSS Variables */
:root {
--color-1: #f7a1b7;
--color-2: #f6d9c6;
--color-3: #f2e1b5;
--color-4: #b5e3c7;
--color-5: #9fc1df;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b7, #f6d9c6, #f2e1b5, #b5e3c7, #9fc1df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b7, #f6d9c6, #f2e1b5, #b5e3c7, #9fc1df);
}

Pink Kitty color palette created on .