Deep Coral Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Coral Sunset palette

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

Deep Coral Sunset カラー パレット PNG 画像

Download deep coral sunset color palette PNG image (landscape)
Download deep coral sunset color palette PNG image (square)

Deep Coral Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #003f5c;
}
.color-2 {
color: #304c7e;
}
.color-3 {
color: #665190;
}
.color-4 {
color: #d44e86;
}
.color-5 {
color: #f95d6a;
}

/* CSS Variables */
:root {
--color-1: #003f5c;
--color-2: #304c7e;
--color-3: #665190;
--color-4: #d44e86;
--color-5: #f95d6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}

Deep Coral Sunset color palette created on .