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