Deep Blue Sea カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Deep Blue Sea palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Deep Blue Sea カラーパレット (PNG) をダウンロード
Deep Blue Sea カラーパレット CSS
/* CSS */
.color-1 {
color: #132a49;
}
.color-2 {
color: #2f556f;
}
.color-3 {
color: #5c96a3;
}
.color-4 {
color: #8ec2aa;
}
.color-5 {
color: #a9b5c6;
}
/* CSS Variables */
:root {
--color-1: #132a49;
--color-2: #2f556f;
--color-3: #5c96a3;
--color-4: #8ec2aa;
--color-5: #a9b5c6;
}
Deep Blue Sea の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #132a49, #2f556f, #5c96a3, #8ec2aa, #a9b5c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #132a49, #2f556f, #5c96a3, #8ec2aa, #a9b5c6);
}
似たようなカラーパレット
Deep Blue Sea color palette created on .