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