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