Light Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Coral palette

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

Light Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b7a1;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f9e1b9;
}
.color-4 {
color: #b9e9da;
}
.color-5 {
color: #a3d8e0;
}

/* CSS Variables */
:root {
--color-1: #f7b7a1;
--color-2: #f8caa5;
--color-3: #f9e1b9;
--color-4: #b9e9da;
--color-5: #a3d8e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b7a1, #f8caa5, #f9e1b9, #b9e9da, #a3d8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b7a1, #f8caa5, #f9e1b9, #b9e9da, #a3d8e0);
}

Light Coral color palette created on .