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