Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sunset palette

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

Coral Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f9b79f;
}
.color-3 {
color: #f4a580;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f9b79f;
--color-3: #f4a580;
--color-4: #e77e23;
--color-5: #d8544f;
}

Coral Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f9b79f, #f4a580, #e77e23, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f9b79f, #f4a580, #e77e23, #d8544f);
}

Coral Sunset color palette created on .