Pink Kiko カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Kiko palette
Pink Kiko カラーパレット CSS
/* CSS */
.color-1 {
color: #f1a7ae;
}
.color-2 {
color: #f8c1a5;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #e4d69b;
}
.color-5 {
color: #d1b7c4;
}
/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #f8c1a5;
--color-3: #f8e0a0;
--color-4: #e4d69b;
--color-5: #d1b7c4;
}
Pink Kiko の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #f8c1a5, #f8e0a0, #e4d69b, #d1b7c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #f8c1a5, #f8e0a0, #e4d69b, #d1b7c4);
}
似たようなカラーパレット
Pink Kiko color palette created on .