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