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