Blush of Venus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blush of Venus palette

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

Blush of Venus カラーパレット CSS

/* CSS */
.color-1 {
color: #f8bfbf;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f49a9c;
}
.color-4 {
color: #f18e88;
}
.color-5 {
color: #f57c7a;
}

/* CSS Variables */
:root {
--color-1: #f8bfbf;
--color-2: #f7b1a1;
--color-3: #f49a9c;
--color-4: #f18e88;
--color-5: #f57c7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8bfbf, #f7b1a1, #f49a9c, #f18e88, #f57c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8bfbf, #f7b1a1, #f49a9c, #f18e88, #f57c7a);
}

Blush of Venus color palette created on .