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