Sunny Skip Through the Garden カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunny Skip Through the Garden palette
Sunny Skip Through the Garden カラーパレット CSS
/* CSS */
.color-1 {
color: #f5c73d;
}
.color-2 {
color: #f18a46;
}
.color-3 {
color: #f24f40;
}
.color-4 {
color: #d24b9f;
}
.color-5 {
color: #8a5ace;
}
/* CSS Variables */
:root {
--color-1: #f5c73d;
--color-2: #f18a46;
--color-3: #f24f40;
--color-4: #d24b9f;
--color-5: #8a5ace;
}
Sunny Skip Through the Garden の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}
似たようなカラーパレット
Sunny Skip Through the Garden color palette created on .