Renaissance Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Renaissance Blush palette

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

Renaissance Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #ffa094;
}
.color-2 {
color: #f6c9b6;
}
.color-3 {
color: #f3e7bf;
}
.color-4 {
color: #d1e6b2;
}
.color-5 {
color: #a2d7e2;
}

/* CSS Variables */
:root {
--color-1: #ffa094;
--color-2: #f6c9b6;
--color-3: #f3e7bf;
--color-4: #d1e6b2;
--color-5: #a2d7e2;
}

Renaissance Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa094, #f6c9b6, #f3e7bf, #d1e6b2, #a2d7e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa094, #f6c9b6, #f3e7bf, #d1e6b2, #a2d7e2);
}

Renaissance Blush color palette created on .