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