Pink Rosette カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Rosette palette

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

Pink Rosette カラーパレット CSS

/* CSS */
.color-1 {
color: #d69aab;
}
.color-2 {
color: #f4b8c4;
}
.color-3 {
color: #f4c3d6;
}
.color-4 {
color: #dfa4b0;
}
.color-5 {
color: #b29db4;
}

/* CSS Variables */
:root {
--color-1: #d69aab;
--color-2: #f4b8c4;
--color-3: #f4c3d6;
--color-4: #dfa4b0;
--color-5: #b29db4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69aab, #f4b8c4, #f4c3d6, #dfa4b0, #b29db4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69aab, #f4b8c4, #f4c3d6, #dfa4b0, #b29db4);
}

Pink Rosette color palette created on .