Rose Candlelight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Candlelight palette

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

Rose Candlelight カラーパレット CSS

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #e6afad;
}
.color-3 {
color: #d78e8e;
}
.color-4 {
color: #c67b8e;
}
.color-5 {
color: #c57c8c;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #e6afad;
--color-3: #d78e8e;
--color-4: #c67b8e;
--color-5: #c57c8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #e6afad, #d78e8e, #c67b8e, #c57c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #e6afad, #d78e8e, #c67b8e, #c57c8c);
}

Rose Candlelight color palette created on .