Renaissance Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Renaissance Blush palette

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

Renaissance Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #ffa094;
}
.color-2 {
color: #ffb5a8;
}
.color-3 {
color: #ffd8c2;
}
.color-4 {
color: #ffe0d6;
}
.color-5 {
color: #fff4e0;
}

/* CSS Variables */
:root {
--color-1: #ffa094;
--color-2: #ffb5a8;
--color-3: #ffd8c2;
--color-4: #ffe0d6;
--color-5: #fff4e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa094, #ffb5a8, #ffd8c2, #ffe0d6, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa094, #ffb5a8, #ffd8c2, #ffe0d6, #fff4e0);
}

Renaissance Blush color palette created on .