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