Loading...
Eden's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eden's Embrace palette
Eden's Embrace カラーパレット (PNG) をダウンロード
Eden's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #5dda6c;
}
.color-2 {
color: #a3e1b1;
}
.color-3 {
color: #f1e4b1;
}
.color-4 {
color: #f7a1a3;
}
.color-5 {
color: #d45e7f;
}
/* CSS Variables */
:root {
--color-1: #5dda6c;
--color-2: #a3e1b1;
--color-3: #f1e4b1;
--color-4: #f7a1a3;
--color-5: #d45e7f;
}
Eden's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dda6c, #a3e1b1, #f1e4b1, #f7a1a3, #d45e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dda6c, #a3e1b1, #f1e4b1, #f7a1a3, #d45e7f);
}
似たようなカラーパレット
Eden's Embrace color palette created on .