Light Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Coral palette

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

Light Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f9d55d;
}
.color-4 {
color: #9fd6d3;
}
.color-5 {
color: #5b8b79;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f47b1f;
--color-3: #f9d55d;
--color-4: #9fd6d3;
--color-5: #5b8b79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f47b1f, #f9d55d, #9fd6d3, #5b8b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f47b1f, #f9d55d, #9fd6d3, #5b8b79);
}

Light Coral color palette created on .