Shades of Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Coral palette

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

Shades of Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a098;
}
.color-2 {
color: #f3e0af;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #3bb4c9;
}
.color-5 {
color: #1e6b85;
}

/* CSS Variables */
:root {
--color-1: #f6a098;
--color-2: #f3e0af;
--color-3: #f4b943;
--color-4: #3bb4c9;
--color-5: #1e6b85;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a098, #f3e0af, #f4b943, #3bb4c9, #1e6b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a098, #f3e0af, #f4b943, #3bb4c9, #1e6b85);
}

Shades of Coral color palette created on .