Shades of Coral カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Coral palette

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

Shades of Coral カラーパレット (PNG) をダウンロード

Download shades of coral color palette PNG image (landscape)
Download shades of coral color palette PNG image (square)

Shades of Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #5d6cc0;
}
.color-5 {
color: #ab47bd;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #4eb7ac;
--color-4: #5d6cc0;
--color-5: #ab47bd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #4eb7ac, #5d6cc0, #ab47bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #4eb7ac, #5d6cc0, #ab47bd);
}

Shades of Coral color palette created on .