Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Sunset palette

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

Coral Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f4b1a4;
}
.color-3 {
color: #f48a8c;
}
.color-4 {
color: #f56b6d;
}
.color-5 {
color: #f63c3c;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f4b1a4;
--color-3: #f48a8c;
--color-4: #f56b6d;
--color-5: #f63c3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f4b1a4, #f48a8c, #f56b6d, #f63c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f4b1a4, #f48a8c, #f56b6d, #f63c3c);
}

Coral Sunset color palette created on .