Samantha's Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Samantha's Serenade palette
Samantha's Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #f5b9b2;
}
.color-2 {
color: #f1d35b;
}
.color-3 {
color: #a1d9a1;
}
.color-4 {
color: #b2e1e0;
}
.color-5 {
color: #f2a1a1;
}
/* CSS Variables */
:root {
--color-1: #f5b9b2;
--color-2: #f1d35b;
--color-3: #a1d9a1;
--color-4: #b2e1e0;
--color-5: #f2a1a1;
}
Samantha's Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9b2, #f1d35b, #a1d9a1, #b2e1e0, #f2a1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9b2, #f1d35b, #a1d9a1, #b2e1e0, #f2a1a1);
}
似たようなカラーパレット
下にスクロールして300+個のブライトカラーパレットを探索しましょう
Samantha's Serenade color palette created on .