Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sunset palette

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

Coral Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e1d4;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #ffad42;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #a8e1d4;
--color-2: #ff6e61;
--color-3: #ffc29e;
--color-4: #ffad42;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d4, #ff6e61, #ffc29e, #ffad42, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d4, #ff6e61, #ffc29e, #ffad42, #ffcc00);
}

Coral Sunset color palette created on .