Coral Spring カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coral Spring palette
Coral Spring カラー パレット PNG 画像
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 .