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