Coral Cher カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Cher palette

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

Coral Cher カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a6b;
}
.color-3 {
color: #ffcb6b;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #e59f9f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a6b;
--color-3: #ffcb6b;
--color-4: #f0e78e;
--color-5: #e59f9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a6b, #ffcb6b, #f0e78e, #e59f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a6b, #ffcb6b, #f0e78e, #e59f9f);
}

Coral Cher color palette created on .