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