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