Blush & Brew カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blush & Brew palette
Blush & Brew カラーパレット CSS
/* CSS */
.color-1 {
color: #eab8c8;
}
.color-2 {
color: #b2e1c4;
}
.color-3 {
color: #a1d59f;
}
.color-4 {
color: #6cc6a0;
}
.color-5 {
color: #4f9c7c;
}
/* CSS Variables */
:root {
--color-1: #eab8c8;
--color-2: #b2e1c4;
--color-3: #a1d59f;
--color-4: #6cc6a0;
--color-5: #4f9c7c;
}
Blush & Brew の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c8, #b2e1c4, #a1d59f, #6cc6a0, #4f9c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c8, #b2e1c4, #a1d59f, #6cc6a0, #4f9c7c);
}
似たようなカラーパレット
Blush & Brew color palette created on .