Pink Glinda カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Glinda palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pink Glinda カラーパレット (PNG) をダウンロード
Pink Glinda カラーパレット CSS
/* CSS */
.color-1 {
color: #ffccff;
}
.color-2 {
color: #ff99cc;
}
.color-3 {
color: #ff6699;
}
.color-4 {
color: #ff3366;
}
.color-5 {
color: #ff0055;
}
/* CSS Variables */
:root {
--color-1: #ffccff;
--color-2: #ff99cc;
--color-3: #ff6699;
--color-4: #ff3366;
--color-5: #ff0055;
}
Pink Glinda の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffccff, #ff99cc, #ff6699, #ff3366, #ff0055);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffccff, #ff99cc, #ff6699, #ff3366, #ff0055);
}
似たようなカラーパレット
Pink Glinda color palette created on .