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: #ff9e66;
}
.color-3 {
color: #ffb87a;
}
.color-4 {
color: #ffcd8f;
}
.color-5 {
color: #ffdaa3;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff9e66;
--color-3: #ffb87a;
--color-4: #ffcd8f;
--color-5: #ffdaa3;
}
Coral Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff9e66, #ffb87a, #ffcd8f, #ffdaa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff9e66, #ffb87a, #ffcd8f, #ffdaa3);
}
似たようなカラーパレット
Coral Sunset color palette created on .