Coral Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Blue palette

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

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

Download coral blue color palette PNG image (landscape)
Download coral blue color palette PNG image (square)

Coral Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #fff9c2;
}
.color-4 {
color: #65b5f6;
}
.color-5 {
color: #42a5f5;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #fff9c2;
--color-4: #65b5f6;
--color-5: #42a5f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #fff9c2, #65b5f6, #42a5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #fff9c2, #65b5f6, #42a5f5);
}

Coral Blue color palette created on .