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