Coral Dreamland カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Dreamland palette

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

Coral Dreamland カラー パレット PNG 画像

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

Coral Dreamland カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffbfa3;
}
.color-4 {
color: #ffdbd1;
}
.color-5 {
color: #fff6f0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa07a;
--color-3: #ffbfa3;
--color-4: #ffdbd1;
--color-5: #fff6f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa07a, #ffbfa3, #ffdbd1, #fff6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa07a, #ffbfa3, #ffdbd1, #fff6f0);
}

Coral Dreamland color palette created on .