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