Pink Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Rose palette

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

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

Download pink rose color palette PNG image (landscape)
Download pink rose color palette PNG image (square)

Pink Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #e92063;
}
.color-2 {
color: #f06090;
}
.color-3 {
color: #f8b9ce;
}
.color-4 {
color: #fce3ec;
}
.color-5 {
color: #f490b1;
}

/* CSS Variables */
:root {
--color-1: #e92063;
--color-2: #f06090;
--color-3: #f8b9ce;
--color-4: #fce3ec;
--color-5: #f490b1;
}

Pink Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e92063, #f06090, #f8b9ce, #fce3ec, #f490b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e92063, #f06090, #f8b9ce, #fce3ec, #f490b1);
}

Pink Rose color palette created on .