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