Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sunset palette

このパレットを共有する先:

Coral Sunset カラーパレット (PNG) をダウンロード

Download coral sunset color palette PNG image (landscape)
Download coral sunset color palette PNG image (square)

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 .