Rose Bud カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Bud palette

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

Rose Bud カラーパレット CSS

/* CSS */
.color-1 {
color: #c57c91;
}
.color-2 {
color: #c8899d;
}
.color-3 {
color: #c27591;
}
.color-4 {
color: #a94c66;
}
.color-5 {
color: #903c54;
}

/* CSS Variables */
:root {
--color-1: #c57c91;
--color-2: #c8899d;
--color-3: #c27591;
--color-4: #a94c66;
--color-5: #903c54;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c57c91, #c8899d, #c27591, #a94c66, #903c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c57c91, #c8899d, #c27591, #a94c66, #903c54);
}

Rose Bud color palette created on .