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