Pink Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Rose palette

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

Pink Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #9d5383;
}
.color-2 {
color: #974e80;
}
.color-3 {
color: #91465c;
}
.color-4 {
color: #8c365b;
}
.color-5 {
color: #832058;
}

/* CSS Variables */
:root {
--color-1: #9d5383;
--color-2: #974e80;
--color-3: #91465c;
--color-4: #8c365b;
--color-5: #832058;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d5383, #974e80, #91465c, #8c365b, #832058);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d5383, #974e80, #91465c, #8c365b, #832058);
}

Pink Rose color palette created on .