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