Holly's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Holly's Embrace palette

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

Holly's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #a02c34;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f5b7d3;
}
.color-4 {
color: #496e6e;
}
.color-5 {
color: #b1e0e7;
}

/* CSS Variables */
:root {
--color-1: #a02c34;
--color-2: #f5a300;
--color-3: #f5b7d3;
--color-4: #496e6e;
--color-5: #b1e0e7;
}

Holly's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a02c34, #f5a300, #f5b7d3, #496e6e, #b1e0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a02c34, #f5a300, #f5b7d3, #496e6e, #b1e0e7);
}

Holly's Embrace color palette created on .