Rose Gardens カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Gardens palette

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

Rose Gardens カラー パレット PNG 画像

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

Rose Gardens カラーパレット CSS

/* CSS */
.color-1 {
color: #d25b8d;
}
.color-2 {
color: #e3bac6;
}
.color-3 {
color: #f6e1df;
}
.color-4 {
color: #bad9a6;
}
.color-5 {
color: #f3a64f;
}

/* CSS Variables */
:root {
--color-1: #d25b8d;
--color-2: #e3bac6;
--color-3: #f6e1df;
--color-4: #bad9a6;
--color-5: #f3a64f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d25b8d, #e3bac6, #f6e1df, #bad9a6, #f3a64f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d25b8d, #e3bac6, #f6e1df, #bad9a6, #f3a64f);
}

Rose Gardens color palette created on .