Rustic Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Blossom palette

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

Rustic Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #9e524c;
}
.color-2 {
color: #c66858;
}
.color-3 {
color: #e6a69e;
}
.color-4 {
color: #f4d2c3;
}
.color-5 {
color: #f7e2cf;
}

/* CSS Variables */
:root {
--color-1: #9e524c;
--color-2: #c66858;
--color-3: #e6a69e;
--color-4: #f4d2c3;
--color-5: #f7e2cf;
}

Rustic Blossom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e524c, #c66858, #e6a69e, #f4d2c3, #f7e2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e524c, #c66858, #e6a69e, #f4d2c3, #f7e2cf);
}

Rustic Blossom color palette created on .