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