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