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