Oceanic George カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic George palette
Oceanic George カラーパレット CSS
/* CSS */
.color-1 {
color: #499fbc;
}
.color-2 {
color: #5ab4c4;
}
.color-3 {
color: #6ed3e7;
}
.color-4 {
color: #8ce5f3;
}
.color-5 {
color: #a1f3f7;
}
/* CSS Variables */
:root {
--color-1: #499fbc;
--color-2: #5ab4c4;
--color-3: #6ed3e7;
--color-4: #8ce5f3;
--color-5: #a1f3f7;
}
Oceanic George の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499fbc, #5ab4c4, #6ed3e7, #8ce5f3, #a1f3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499fbc, #5ab4c4, #6ed3e7, #8ce5f3, #a1f3f7);
}
似たようなカラーパレット
Oceanic George color palette created on .