Pink Kitty カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Kitty palette

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

Pink Kitty カラーパレット CSS

/* CSS */
.color-1 {
color: #f2a1c5;
}
.color-2 {
color: #f5d399;
}
.color-3 {
color: #f9d68b;
}
.color-4 {
color: #f4bc4e;
}
.color-5 {
color: #f57b70;
}

/* CSS Variables */
:root {
--color-1: #f2a1c5;
--color-2: #f5d399;
--color-3: #f9d68b;
--color-4: #f4bc4e;
--color-5: #f57b70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1c5, #f5d399, #f9d68b, #f4bc4e, #f57b70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1c5, #f5d399, #f9d68b, #f4bc4e, #f57b70);
}

Pink Kitty color palette created on .