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