Beautifully Stupid Cat カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Beautifully Stupid Cat palette
Beautifully Stupid Cat カラー パレット PNG 画像
Beautifully Stupid Cat カラーパレット CSS
/* CSS */
.color-1 {
color: #f9c3c3;
}
.color-2 {
color: #ffb39e;
}
.color-3 {
color: #ff9c7a;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--color-1: #f9c3c3;
--color-2: #ffb39e;
--color-3: #ff9c7a;
--color-4: #ff6e61;
--color-5: #ff4d3d;
}
Beautifully Stupid Cat の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3c3, #ffb39e, #ff9c7a, #ff6e61, #ff4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3c3, #ffb39e, #ff9c7a, #ff6e61, #ff4d3d);
}
似たようなカラーパレット
Beautifully Stupid Cat color palette created on .