Magenta Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Magenta Sunset palette

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

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

Download magenta sunset color palette PNG image (landscape)
Download magenta sunset color palette PNG image (square)

Magenta Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb3d1;
}
.color-4 {
color: #ffe5e5;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff7092;
--color-3: #ffb3d1;
--color-4: #ffe5e5;
--color-5: #ffd900;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff7092, #ffb3d1, #ffe5e5, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff7092, #ffb3d1, #ffe5e5, #ffd900);
}

Magenta Sunset color palette created on .