Sunset Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Coral palette

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

Sunset Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #f8e61b;
}
.color-4 {
color: #7dd421;
}
.color-5 {
color: #cf021a;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcb5c;
--color-3: #f8e61b;
--color-4: #7dd421;
--color-5: #cf021a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcb5c, #f8e61b, #7dd421, #cf021a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcb5c, #f8e61b, #7dd421, #cf021a);
}

Sunset Coral color palette created on .