Aveline's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aveline's Embrace palette
Aveline's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #f0d7b7;
}
.color-2 {
color: #efc8ae;
}
.color-3 {
color: #e4bbaa;
}
.color-4 {
color: #cda2a8;
}
.color-5 {
color: #b98da4;
}
/* CSS Variables */
:root {
--color-1: #f0d7b7;
--color-2: #efc8ae;
--color-3: #e4bbaa;
--color-4: #cda2a8;
--color-5: #b98da4;
}
Aveline's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d7b7, #efc8ae, #e4bbaa, #cda2a8, #b98da4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d7b7, #efc8ae, #e4bbaa, #cda2a8, #b98da4);
}
似たようなカラーパレット
Aveline's Embrace color palette created on .