Coral Spring カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Spring palette

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

Coral Spring カラー パレット PNG 画像

Download coral spring color palette PNG image (landscape)
Download coral spring color palette PNG image (square)

Coral Spring カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e9ca;
}
.color-2 {
color: #f4b5a4;
}
.color-3 {
color: #f29d9c;
}
.color-4 {
color: #d77f91;
}
.color-5 {
color: #a85d8c;
}

/* CSS Variables */
:root {
--color-1: #f7e9ca;
--color-2: #f4b5a4;
--color-3: #f29d9c;
--color-4: #d77f91;
--color-5: #a85d8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e9ca, #f4b5a4, #f29d9c, #d77f91, #a85d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e9ca, #f4b5a4, #f29d9c, #d77f91, #a85d8c);
}

Coral Spring color palette created on .