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