Ocean Breeze Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

このパレットを共有する先:

Ocean Breeze Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0095eb;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00d1c3;
}
.color-4 {
color: #a1e8c0;
}
.color-5 {
color: #f1e5b1;
}

/* CSS Variables */
:root {
--color-1: #0095eb;
--color-2: #00b0e0;
--color-3: #00d1c3;
--color-4: #a1e8c0;
--color-5: #f1e5b1;
}

Ocean Breeze Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095eb, #00b0e0, #00d1c3, #a1e8c0, #f1e5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095eb, #00b0e0, #00d1c3, #a1e8c0, #f1e5b1);
}

似たようなカラーパレット

Ocean Breeze Serenity color palette created on .