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