Coral Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Shades palette

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

Coral Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f1b3a2;
}
.color-3 {
color: #f27c4a;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #a93d6c;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f1b3a2;
--color-3: #f27c4a;
--color-4: #e94e77;
--color-5: #a93d6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f1b3a2, #f27c4a, #e94e77, #a93d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f1b3a2, #f27c4a, #e94e77, #a93d6c);
}

Coral Shades color palette created on .