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