Blue Sea カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Sea palette
Blue Sea カラーパレット CSS
/* CSS */
.color-1 {
color: #2ea6d6;
}
.color-2 {
color: #59c3e3;
}
.color-3 {
color: #8de7e4;
}
.color-4 {
color: #f2e4b1;
}
.color-5 {
color: #f9c3c3;
}
/* CSS Variables */
:root {
--color-1: #2ea6d6;
--color-2: #59c3e3;
--color-3: #8de7e4;
--color-4: #f2e4b1;
--color-5: #f9c3c3;
}
Blue Sea の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ea6d6, #59c3e3, #8de7e4, #f2e4b1, #f9c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ea6d6, #59c3e3, #8de7e4, #f2e4b1, #f9c3c3);
}
似たようなカラーパレット
下にスクロールして100+個のアクアカラーパレットを探索しましょう
Blue Sea color palette created on .