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