Coral Spirit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Spirit palette

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

Coral Spirit カラーパレット CSS

/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #f6b3a2;
}
.color-3 {
color: #f4a171;
}
.color-4 {
color: #d64f3d;
}
.color-5 {
color: #a13656;
}

/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #f6b3a2;
--color-3: #f4a171;
--color-4: #d64f3d;
--color-5: #a13656;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #f6b3a2, #f4a171, #d64f3d, #a13656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #f6b3a2, #f4a171, #d64f3d, #a13656);
}

Coral Spirit color palette created on .